@charset "UTF-8";
/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1080px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1026px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1080px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1079.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1080px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .anthropics-site .home-page #desktop-products .product-row {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1080px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1080px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .anthropics-site .cart-page.light-theme .coupon .coupon-input .btn,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4,
.anthropics-site .home-page #desktop-products .product-row p {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4,
.anthropics-site .home-page #desktop-products .product-row p {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3, .pp-site .new-in-v23-page .page-menu .top-link a, .pp-site .new-in-v22-page .page-menu .top-link a, .pp-site .new-in-v21-page .page-menu .top-link a, .pp-site .homepage-v23 .page-menu .top-link a, .pp-site .homepage-v2 .page-menu .top-link a {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4,
.anthropics-site .home-page #desktop-products .product-row {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4,
.anthropics-site .home-page #desktop-products .product-row {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5, .pp-site .new-in-v21-page .header-banner .banner-overlay .violator-wrapper {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5,
.pp-site .new-in-v22-page .header-banner .banner-overlay .violator-wrapper,
.pp-site .homepage-v23 .header-banner .banner-overlay .violator-wrapper,
.pp-site .homepage-v2 .header-banner .banner-overlay .violator-wrapper {
  padding-right: 3rem !important;
}

.pb-5, .pp-site .new-in-v22-page .header-banner .banner-overlay .violator-wrapper, .pp-site .homepage-v23 .header-banner .banner-overlay .violator-wrapper, .pp-site .homepage-v2 .header-banner .banner-overlay .violator-wrapper,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5,
.pp-site .new-in-v22-page .header-banner .banner-overlay .violator-wrapper,
.pp-site .homepage-v23 .header-banner .banner-overlay .violator-wrapper,
.pp-site .homepage-v2 .header-banner .banner-overlay .violator-wrapper {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 6rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 6rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 6rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 6rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 6rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 6rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 6rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .anthropics-site .home-page #desktop-products .product-row .col-6:first-child,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .anthropics-site .home-page #desktop-products .product-row .col-6:nth-child(2),
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 6rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 6rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1080px !important;
  }

  .container {
    min-width: 1080px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* --------------------------------------- */
/*               Variables                 */
/* --------------------------------------- */
/* --------------------------------------- */
/*                 Utils                  */
/* --------------------------------------- */
.black {
  color: #000 !important;
}

.white {
  color: #fff;
}

.off-white {
  color: #cccccc;
}

.dark-charcoal {
  color: #1C1C1C;
}

.charcoal {
  color: #212121;
}

.light-charcoal {
  color: #3a3a3a;
}

.dark-grey {
  color: #707070;
}

.grey {
  color: #868686;
}

.off-grey {
  color: #a6a6a6;
}

.dark-black-blue {
  color: #222831;
}

.black-blue {
  color: #2d333d;
}

.grey-blue {
  color: #96a1b2;
}

.deep-orange {
  color: #d98116;
}

.orange {
  color: #de9e4e;
}

.yellow {
  color: #fbb03b;
}

.lilac {
  color: #3b70ce;
}

.pink {
  color: #e0497a;
}

.sky-blue {
  color: #53c0f7;
}

.baby-blue {
  color: #c8e7e9;
}

.grey-purple {
  color: #8b86a0;
}

.lp-colour {
  color: #00a99e;
}

.pb-colour {
  color: #da8316;
}

.pe-colour {
  color: #84882D;
}

.pp-colour {
  color: #46b0d6;
}
.pp-colour.hover:hover {
  color: #46b0d6;
}

.gold {
  color: #ac8e66;
}
.gold.hover:hover {
  color: #937553;
}

.semi-transparent-bg {
  background-color: rgba(255, 255, 255, 0.7);
}

.light-grey-bg {
  background-color: #efefef !important;
}

.baby-blue-bg {
  background-color: #c8e7e9 !important;
}

.black-blue-bg {
  background-color: #2d333d !important;
}

.charcoal-blue-bg {
  background-color: #141d26 !important;
}

.dark-charcoal-blue-bg {
  background-color: #0b1527 !important;
}

.dark-black-blue-bg {
  background-color: #222831 !important;
}
.dark-black-blue-bg.hover:hover {
  background-color: #37414f !important;
}

.buy-yellow-bg {
  background-color: #ffde00 !important;
}
.buy-yellow-bg.hover:hover {
  background-color: #ffe533 !important;
}

.charcoal-bg {
  background-color: #212121 !important;
}

.dark-charcoal-bg {
  background-color: #1C1C1C !important;
}

.off-black-bg {
  background-color: #0A0A0A !important;
}

.yellow-bg {
  background-color: #fbb03b !important;
}

.red-bg {
  background-color: #a5060b !important;
}

.black-bg {
  background-color: #000 !important;
}

.sky-blue-bg {
  background-color: #53c0f7 !important;
}
.sky-blue-bg.hover:hover {
  background-color: #84d2f9 !important;
}

.lilac-bg {
  background-color: #3b70ce !important;
}
.lilac-bg.hover:hover {
  background-color: #648ed8 !important;
}

.pink-bg {
  background-color: #e0497a !important;
}
.pink-bg.hover:hover {
  background-color: #e7759a !important;
}

.lp-colour-bg {
  background-color: #00a99e !important;
}
.lp-colour-bg.hover:hover {
  background-color: #008a81 !important;
}

.lp-washed-colour-bg {
  background-color: #5eb3ae !important;
}
.lp-washed-colour-bg.hover:hover {
  background-color: #00a99e !important;
}

.pb-colour-bg {
  background-color: #da8316 !important;
}
.pb-colour-bg.hover:hover {
  background-color: #d69442 !important;
}

.pp-colour-bg {
  background-color: #46b0d6 !important;
}
.pp-colour-bg.hover:hover {
  background-color: #3292b5 !important;
}

.pp-software-colour-bg {
  background-color: #2d2d2d !important;
}

.pe-colour-bg {
  background-color: #84882D !important;
}
.pe-colour-bg.hover:hover {
  background-color: #B0B53C !important;
}

.orange-bg {
  background-color: #de9e4e !important;
}
.orange-bg.hover:hover {
  background-color: #d28434 !important;
}

.green-bg {
  background-color: #9cb825 !important;
}
.green-bg.hover:hover {
  background-color: #86a216 !important;
}

.gold-bg {
  background-color: #ac8e66 !important;
}
.gold-bg.hover:hover {
  background-color: #937553 !important;
}

.light-gold-bg {
  background-color: #d4b272 !important;
}
.light-gold-bg.hover:hover {
  background-color: #a18654 !important;
}

.grey-blue-bg {
  background-color: #96a1b2 !important;
}
.grey-blue-bg.hover:hover {
  background-color: #8690a0 !important;
}

.light-charcoal-bg {
  background-color: #3a3a3a !important;
}
.light-charcoal-bg.hover:hover {
  background-color: #707070 !important;
}

.nero-bg {
  background-color: #1f1f1f !important;
}

.hover {
  transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
}

.hover-underline:hover {
  text-decoration: underline;
}

.border-black {
  border-color: #000 !important;
}

.border-grey-blue {
  border-color: #96a1b2 !important;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-semi-bold, h2, h1 {
  font-weight: 500;
}

.letter-spacing {
  letter-spacing: 0.1em;
}

.h1, h1 {
  font-size: 2.5em;
}

.h2, h2 {
  font-size: 1.8em;
}

.h3, h3 {
  font-size: 1.5em;
}

.h4, h4 {
  font-size: 1.3em;
}

.h5, h5 {
  font-size: 1.2em;
}

.h6, h6 {
  font-size: 1.1em;
}

.huge-title {
  font-size: 4.6em;
}

.smaller-font {
  font-size: 0.9em;
}

@media screen and (min-width: 576px) {
  .text-left-sm {
    text-align: left !important;
  }
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.top {
  vertical-align: top;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.center-x, .pb-site .video-container, .pe-site .video-container, .lp-site .video-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-y {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-all, .pp-site .video-container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.hidden {
  display: none;
}

@media screen and (max-width: 1079.89px) {
  .no-tablet {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

span.check {
  background-image: url(/img/misc/icon-check-3-green.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  transform: translateY(25%);
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.dark-drop-shadow {
  box-shadow: 3px 3px 10px 1px #000;
}

.light-drop-shadow {
  box-shadow: 3px 3px 10px 1px #212121;
}

.caption {
  position: relative;
}
.caption > span {
  position: absolute;
  padding: 0.8rem;
}
.caption > span.top {
  top: 0px;
}
.caption > span.bottom {
  bottom: 0px;
}
.caption > span.left {
  left: 0px;
}
.caption > span.right {
  right: 0px;
}
.caption > span.left-two-third {
  left: 33.33%;
}
.caption > span.left-three-third {
  left: 66.66%;
}
.caption > span.middle-right {
  left: 50%;
}
.caption > span.middle-left {
  left: 50%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.list-price {
  text-decoration: line-through;
}

ul.no-list-style {
  list-style: none;
  -webkit-padding-start: 0px;
  padding-left: 0px;
}

ul.hyphen-style {
  list-style-type: "- ";
}

/* --------------------------------------- */
/*               Variables                 */
/* --------------------------------------- */
#custom-slider {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #custom-slider > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  #custom-slider > span {
    font-size: 14px;
  }
}
#custom-slider .custom-slider-track-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#custom-slider .custom-slider-track-wrapper .custom-slider-track {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
}
#custom-slider .custom-slider-track-wrapper .custom-slider-track .custom-slide {
  position: relative;
  display: inline-block;
}
#custom-slider .custom-slider-nav-arrow {
  background-color: #ac8e66;
  display: inline-block;
  padding: 5px;
  height: 40px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 1px 2px 3px #757575;
  position: absolute;
  z-index: 15;
  transition: background-color 0.4s;
}
#custom-slider .custom-slider-nav-arrow.right-arrow {
  right: -70px;
}
@media screen and (min-width: 1400px) and (max-width: 1469px) {
  #custom-slider .custom-slider-nav-arrow.right-arrow {
    right: -10px;
  }
}
@media screen and (max-width: 1160px) {
  #custom-slider .custom-slider-nav-arrow.right-arrow {
    right: -10px;
  }
}
@media screen and (max-width: 1080px) {
  #custom-slider .custom-slider-nav-arrow.right-arrow {
    right: 3px;
  }
}
#custom-slider .custom-slider-nav-arrow.left-arrow {
  left: -70px;
}
@media screen and (min-width: 1400px) and (max-width: 1469px) {
  #custom-slider .custom-slider-nav-arrow.left-arrow {
    left: -10px;
  }
}
@media screen and (max-width: 1160px) {
  #custom-slider .custom-slider-nav-arrow.left-arrow {
    left: -10px;
  }
}
@media screen and (max-width: 1080px) {
  #custom-slider .custom-slider-nav-arrow.left-arrow {
    left: 3px;
  }
}
#custom-slider .custom-slider-nav-arrow:hover {
  background-color: #937553;
}
#custom-slider .custom-slider-nav-buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  background-color: #999;
  padding: 4px;
  border-radius: 15px;
}
#custom-slider .custom-slider-nav-buttons .custom-slider-nav-button {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  float: left;
}
#custom-slider .custom-slider-nav-buttons .custom-slider-nav-button:hover {
  cursor: pointer;
}
#custom-slider .custom-slider-nav-buttons .custom-slider-nav-button:hover svg .ci {
  fill: #b9b9b9;
}
#custom-slider .custom-slider-nav-buttons .custom-slider-nav-button.active svg .ci {
  fill: #fff;
}
#custom-slider .custom-slider-nav-buttons .custom-slider-nav-button svg .ci {
  fill: #444;
  transition: all 0.2s;
}

.swiperwidget {
  position: relative;
}
.swiperwidget img {
  width: 100%;
}
.swiperwidget .before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.swiperwidget .before img {
  height: 100%;
  width: auto;
}
.swiperwidget .swiper-line {
  position: absolute;
  width: 2px;
  background: white;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: move;
  /* fallback for grab */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.swiperwidget .swiper-line img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiperwidget .swiper-line.active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.sw-container > img {
  width: 100%;
}
.sw-container .sw-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.sw-container .sw-slider {
  position: absolute;
  width: 2px;
  background: white;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: move;
  /* fallback for grab */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.sw-container .sw-slider img {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateY(-50%);
}
.sw-container .sw-slider.active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#software-dialog.modal-dialog {
  display: flex;
  align-items: flex-end;
  margin: 1.25rem 1.25rem 1.25rem auto;
  min-height: calc(100% - 2.5rem);
  position: fixed;
  top: 0;
  right: 0;
  font-size: 12px;
  max-width: 250px;
  z-index: 10;
}
@media (min-width: 768px) {
  #software-dialog.modal-dialog {
    max-width: 300px;
    font-size: 14px;
    margin: 1.75rem 1.75rem 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 1080px) {
  #software-dialog.modal-dialog {
    max-width: 360px;
  }
}
#software-dialog.modal-dialog .modal-content {
  background-color: #143db8;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 0px #777777;
}
#software-dialog.modal-dialog .modal-content .modal-header {
  border: none;
}
#software-dialog.modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  transition: opacity 0.3s;
}
#software-dialog.modal-dialog .modal-content .modal-header .close:hover {
  opacity: 0.5;
}
#software-dialog.modal-dialog .modal-content .modal-header .close span {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  line-height: 0.5;
}
#software-dialog.modal-dialog .modal-content .modal-body {
  font-size: 1.1em;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
#software-dialog.modal-dialog .modal-content .modal-footer {
  justify-content: center;
  border: none;
}
#software-dialog.modal-dialog .modal-content .modal-footer .btn {
  padding: 2px 15px;
  font-size: 1.1em;
}
@media (min-width: 768px) {
  #software-dialog.modal-dialog .modal-content .modal-footer .btn {
    font-size: 1.2em;
    padding: 3px 20px;
  }
}
@media (min-width: 1080px) {
  #software-dialog.modal-dialog .modal-content .modal-footer .btn {
    font-size: 1.3em;
    padding: 4px 25px;
  }
}

.before-after-widget {
  position: relative;
  width: fit-content;
}
.before-after-widget img.top {
  z-index: 1;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.before-after-widget img.hide {
  opacity: 0;
}
.before-after-widget .toggle-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #222831;
  z-index: 2;
  cursor: pointer;
}
.before-after-widget .toggle-button.active, .before-after-widget .toggle-button:hover, .before-after-widget .toggle-button:active {
  background-color: #37414f;
}
.before-after-widget .toggle-button img {
  width: 30px;
  height: 22px;
}

.modal-backdrop {
  z-index: 1140;
}

.modal {
  z-index: 1150;
}
.modal .modal-dialog.full-height {
  height: calc(100% - 3.5rem);
}
.modal .modal-dialog.full-height .modal-content {
  height: 100%;
}
.modal .modal-dialog.full-height .modal-content .modal-header, .modal .modal-dialog.full-height .modal-content .modal-footer {
  display: block;
}
.modal .modal-dialog.full-height .modal-content .modal-body {
  display: flex;
}
.modal .modal-dialog.modal-xl {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .modal .modal-dialog.modal-xl {
    max-width: 900px;
  }
}
@media screen and (min-width: 1080px) {
  .modal .modal-dialog.modal-xl {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) {
  .modal .modal-dialog.modal-xl {
    max-width: 1150px;
  }
}
.modal .modal-dialog.modal-dark .modal-content {
  background-color: #2d333d;
  border-color: #96a1b2;
}
.modal .modal-dialog.modal-dark .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
}
@media (max-width: 950px) {
  .modal .modal-dialog .modal-content {
    font-size: 0.9em;
  }
}
@media (max-width: 750px) {
  .modal .modal-dialog .modal-content {
    font-size: 0.8em;
  }
}
@media (max-width: 500px) {
  .modal .modal-dialog .modal-content {
    font-size: 0.65em;
  }
}
.modal .modal-dialog .modal-content .modal-header.modal-header-center {
  position: relative;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-header.modal-header-center img {
  width: 45%;
}
.modal .modal-dialog .modal-content .modal-header.modal-header-center .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.modal .modal-dialog .modal-content .modal-header.modal-header-center .close > span {
  font-size: 0.8em;
  font-weight: 400;
}
@media (max-width: 500px) {
  .modal .modal-dialog .modal-content .modal-header.modal-header-center .close > span {
    font-size: 0.65em;
  }
}
.modal .modal-dialog .modal-content .modal-header.modal-header-center .close.close-center {
  top: calc(50% + 1rem);
  transform: translateY(-50%);
}
.modal#volume-discount-modal .modal-header {
  border-bottom: none;
}
.modal#volume-discount-modal .modal-content .modal-body {
  padding-top: 0px;
  text-align: center;
}
.modal#volume-discount-modal .modal-content .modal-body table {
  margin: 0 auto 30px;
  color: #000;
}
.modal#volume-discount-modal .modal-content .modal-body table th, .modal#volume-discount-modal .modal-content .modal-body table td {
  padding: 3px 12px;
}
.modal#volume-discount-modal .modal-content .modal-body table th:first-child, .modal#volume-discount-modal .modal-content .modal-body table td:first-child {
  border-right: 1px solid #a6a6a6;
}
.modal#volume-discount-modal .modal-content .modal-body table th {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
  border-bottom: 1px solid #a6a6a6;
}

@font-face {
  font-family: "FuturaPT";
  src: url(/fonts/FuturaPT-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url(/fonts/FuturaPT-Demi.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url(/fonts/FuturaPT-Heavy.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}

::selection {
  background: #00a99e;
  color: #fff;
  text-shadow: none;
}

body {
  letter-spacing: 0.5px;
  word-wrap: break-word;
  line-height: 1.62;
  background: #fff;
  color: #707070;
  margin: 0;
  font-family: "FuturaPT";
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  line-height: 1.5;
  letter-spacing: 2px;
}

h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 1px;
}

h3 {
  font-weight: 300;
}

h4 {
  font-weight: 300;
}

h5 {
  font-weight: 300;
}

h6 {
  font-weight: 300;
}

p {
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.1em;
}

input,
textarea,
select {
  border: 1px solid #aaa;
  padding: 5px 10px;
  background-color: #f8f8f8;
  font-size: 12px;
  font-family: "FuturaPT";
}

textarea {
  width: 100%;
}

ul {
  -webkit-padding-start: 1em;
  padding-left: 1em;
}
ul li {
  padding: 3px 0px;
  font-weight: 300;
  font-size: 1.1em;
}

ol {
  margin-bottom: 30px;
}

code {
  color: #808080;
  background-color: #F1F1F1;
}

img {
  vertical-align: middle;
}

a,
.standard-link,
.standard-link:not([href]):not([tabindex]) {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus,
.standard-link:hover,
.standard-link:focus,
.standard-link:not([href]):not([tabindex]):hover,
.standard-link:not([href]):not([tabindex]):focus {
  color: #23527c;
  text-decoration: none;
}

input[name=r] {
  margin-right: 10px !important;
}

hr {
  background: #efefef;
  color: #efefef;
  margin: 5px 0 25px;
  border: 0;
  clear: both;
  height: 1px;
  padding: 0;
}

#content {
  min-height: 540px;
}

.page-header {
  padding-bottom: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}
.page-header h3 {
  font-weight: 300;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.btn {
  cursor: pointer;
  border-radius: 0px;
  white-space: normal;
}
.btn:disabled {
  cursor: default;
}
.btn.white:hover {
  color: #fff;
}

.btn-header {
  color: #fff;
  transition: background-color 0.2s;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.btn-header:hover {
  color: #fff;
  text-decoration: none;
}

.btn-default {
  color: #fff;
  background-color: #00a99e;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.btn-default:hover {
  background-color: #008a81;
  transition: background 0.4s;
  color: #fff;
}
.btn-default.wide {
  padding: 0.4em 2.5em;
}

.alert {
  text-align: center;
}

input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: #00a99e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:active {
  color: #fff;
  background-color: #008a81;
  text-decoration: none;
}

.cc-window.cc-floating {
  max-width: none !important;
}

@media (max-width: 1000px) {
  #mainNav {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 1101;
  }
}
@media (min-width: 1001px) {
  #mainNav {
    display: flex;
  }
}

.navbar {
  padding: 0;
}
.navbar.sticky-menu {
  position: sticky;
  top: -0.5px;
  z-index: 1100 !important;
}
@media (max-width: 500px) {
  .navbar.main-nav .navbar-brand {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1001px) {
  .navbar.main-nav .navbar-brand img {
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .navbar.main-nav .navbar-brand img {
    width: 0px;
    height: 0px;
    padding: 19px;
    margin: -2px 0px -4px 0px;
    background: url(/img/icons/anthropics-96x96.png);
    background-size: contain;
  }
}
.navbar.main-nav .nav-item .nav-link {
  color: #707070;
  font-weight: 600;
  transition: 0.3s all;
  font-size: 1em;
}
.navbar.main-nav .nav-item .nav-link:hover {
  color: #444;
}
.navbar.main-nav .nav-item.active {
  color: #444;
}
@media (min-width: 1001px) {
  .navbar.main-nav .mobile {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .navbar.main-nav .desktop {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .navbar.main-nav .logo-container {
    justify-content: start !important;
    flex: 1 !important;
  }
}
.navbar.main-nav #cart-icon {
  position: relative;
  line-height: normal;
}
@media (max-width: 500px) {
  .navbar.main-nav #cart-icon img {
    width: 28px;
    height: 28px;
  }
}
.navbar.main-nav #cart-icon .cart-icon-quantity {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  font-size: 0.7em;
  background: #ac8e66;
  font-weight: 300;
  border-radius: 50%;
  padding: 2% 13%;
  text-align: center;
  left: 85%;
  top: 0%;
}
.navbar.main-nav .hover-button {
  padding: 4px 8px;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.navbar.main-nav .hover-button:hover, .navbar.main-nav .hover-button.active {
  background-color: #f8f8f8;
}
.navbar.main-nav .profile-icon {
  cursor: pointer;
  color: #707070;
  display: flex;
  align-items: center;
}
.navbar.main-nav .profile-icon:hover {
  color: #444;
}
.navbar.main-nav .profile-icon img {
  display: inline-block;
  margin-right: 0.6em;
}
@media (max-width: 500px) {
  .navbar.main-nav .profile-icon img {
    display: none;
  }
}
.navbar.main-nav .profile-icon span {
  position: relative;
  padding: 0;
  line-height: 12px;
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 500px) {
  .navbar.main-nav .profile-icon span {
    font-size: 12.6px;
  }
}
.navbar.main-nav .navbar-nav {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1000px) {
  .navbar.main-nav .navbar-nav {
    flex-direction: column;
  }
}
.navbar.main-nav .navbar-nav .nav-item {
  padding: 0 10px;
  position: relative;
  font-size: 1em;
}
@media (max-width: 1000px) {
  .navbar.main-nav .navbar-nav .nav-item {
    width: 100vw;
    border-top: 1px solid #f3f3f3;
    padding: 15px;
  }
}
.navbar.main-nav .navbar-nav .nav-item.active {
  background-color: #f6f6f6;
  box-shadow: inset 3px 0px 4px -4px #868686, inset -3px 0px 4px -4px #868686;
}
.navbar.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #444;
}
.navbar.main-nav .navbar-nav .nav-item.active .nav-link:hover {
  color: #444;
}
.navbar.main-nav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  padding: 0px;
}
@media (min-width: 1001px) {
  .navbar.main-nav .navbar-nav .nav-item .nav-link {
    padding: 1.5em 0px;
  }
}
.navbar.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #00a99e;
}
@media (max-width: 400px) {
  .navbar.main-nav .navbar-nav .nav-item img {
    width: 40px;
  }
}
.navbar.main-nav .navbar-toggler {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.navbar.main-nav .navbar-toggler .navbar-toggler-icon {
  width: 18.75px;
  height: 18.75px;
}
.navbar.main-nav .navbar-toggler .mobile-nav-caption {
  font-size: 11.25px;
}
.navbar .dropdown-toggle:hover {
  cursor: pointer;
}
.navbar.navbar-dark {
  z-index: 1000;
  background-color: #000;
}
.navbar.navbar-dark .navbar-brand {
  background: none;
  padding-left: 15px;
}
@media screen and (min-width: 1080px) {
  .navbar.navbar-dark .navbar-brand {
    padding-left: 0;
  }
}
.navbar.navbar-dark .chevron-icon {
  display: inline-block;
  font-size: 1.5em;
  color: #fff;
  margin: -4px 0 0 10px;
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg);
  transform-origin: 50% 60%;
  -webkit-transform-origin: 50% 60%;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.navbar.navbar-dark .collapsed .chevron-icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}
@media (min-width: 1080px) {
  .navbar.navbar-dark .collapsed .chevron-icon {
    display: none;
  }
}
.navbar.navbar-dark .navbar-toggler {
  margin-right: 15px;
}
@media (min-width: 1080px) {
  .navbar.navbar-dark .navbar-toggler {
    display: none;
  }
}
.navbar.navbar-dark .navbar-toggler .mobile-nav-caption {
  color: #fff;
  font-size: 19px;
}
.navbar.navbar-dark .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1079px) {
  .navbar.navbar-dark .navbar-nav {
    flex-direction: column;
  }
}
.navbar.navbar-dark .navbar-nav .nav-item {
  position: relative;
  display: block;
  transition: background 0.15s;
  font-size: 1em;
}
.navbar.navbar-dark .navbar-nav .nav-item:hover {
  background: rgba(140, 140, 140, 0.5);
}
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  padding: 5px 0;
  font-size: 14px;
  background-color: #000;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
}
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu.right-dd {
  right: 0;
  left: auto;
}
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background 0.15s;
}
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #000;
}
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(117, 117, 117, 0.5);
}
.navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu:hover, .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    text-align: center;
    box-shadow: inset 0px -2px 3px 0px #ccc;
    background: whitesmoke;
    border: none;
  }
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 15px 10px 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -3px;
  font-size: 1em;
  font-weight: 500;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .navbar.navbar-dark .navbar-nav .nav-item {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.navbar.navbar-dark .navbar-nav > li.active {
  background-color: rgba(140, 140, 140, 0.5);
}
@media screen and (min-width: 1080px) {
  .navbar.navbar-dark .navbar-nav > li.active {
    background-color: initial;
    border-bottom: 4px solid #00a99e;
  }
}
.navbar.navbar-dark .navbar-nav > .active > a {
  color: #fff;
}
.navbar.navbar-dark .navbar-nav > .active > a:hover {
  color: #fff;
}
.navbar.navbar-dark .navbar-nav > .active > a:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .navbar.navbar-dark .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 21px;
  }
}
.navbar.navbar-dark.transparent {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #000;
}
.navbar.navbar-dark.transparent .navbar-nav > .nav-item.dropdown .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar.navbar-dark.transparent .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}
.navbar.navbar-dark.transparent .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .navbar.navbar-dark.transparent .navbar-nav > .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1080px) {
  .navbar.navbar-dark.transparent {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .navbar.navbar-dark {
    background: #000;
  }
}
.navbar.navbar-light {
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .navbar.navbar-expand-lg .container,
.navbar.navbar-expand-lg .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.header-banner > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header-banner .violator {
  position: absolute;
  top: 20px;
  right: 5%;
  min-width: 90px;
  text-align: right;
  width: 18%;
  z-index: 100;
}
.header-banner .banner-overlay {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  left: 66%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52%;
}
@media screen and (max-width: 1320px) {
  .header-banner .banner-overlay {
    left: 70%;
    width: 60%;
  }
}
.header-banner .banner-overlay h1 {
  text-shadow: 1px 2px 5px #2f2f2f;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .header-banner .banner-overlay h1 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 600px) {
  .header-banner .banner-overlay h1 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 500px) {
  .header-banner .banner-overlay h1 {
    font-size: 1.25em;
  }
}
.header-banner .banner-overlay .btn-header {
  font-weight: 500;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0px 4px 8px -4px #333;
  font-size: 18px;
  padding: 6px 60px;
  position: relative;
  color: #fff;
}
.header-banner .banner-overlay .btn-header:hover {
  color: #fff;
}
@media only screen and (max-width: 1700px) {
  .header-banner .banner-overlay .btn-header.lang {
    padding: 0.2em 1.5em;
  }
}
@media only screen and (max-width: 1700px) {
  .header-banner .banner-overlay .btn-header {
    padding: 5px 50px;
  }
}
@media screen and (max-width: 1120px) {
  .header-banner .banner-overlay .btn-header {
    padding: 5px 40px;
  }
}
.header-banner .mobile-violator {
  position: absolute;
  top: 40%;
  width: 45%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer {
  background: #0b1016;
  color: #96a1b2;
  padding: 30px 0;
  position: relative;
  font-size: 11px;
  color: #96a1b2;
}
@media (max-width: 1080px) {
  .footer {
    padding: 15px 15px 0 15px;
  }
}
.footer a {
  color: #96a1b2;
}
.footer a:hover {
  color: #00a99e;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .footer .title-row {
    border-top: 1px solid rgba(150, 161, 178, 0.2);
  }
}
.footer .footer-title {
  font-weight: 600;
  font-size: 1.8em;
  letter-spacing: inherit;
}
@media (max-width: 1080px) {
  .footer .footer-title {
    display: inline-block;
    font-size: 1.2em;
  }
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
}
.footer ul li {
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .footer ul li {
    font-size: 1em;
    font-weight: 400;
  }
}
.footer .navbar-collapse {
  align-items: flex-start;
  margin-left: -0.5em;
}
@media (max-width: 1080px) {
  .footer .navbar-collapse {
    padding: 0.5em;
  }
}
.footer .collapsed .chevron-icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}
@media (min-width: 1080px) {
  .footer .collapsed .chevron-icon {
    display: none;
  }
}
@media (min-width: 1080px) {
  .footer .collapse:not(.show) {
    display: block;
  }
}
.footer .navbar-toggler {
  display: none;
  padding: 0;
}
@media (max-width: 1080px) {
  .footer .navbar-toggler {
    display: inline-block;
  }
}
.footer .chevron-icon {
  display: inline-block;
  font-size: 1.2em;
  color: #96a1b2;
  margin: -4px 0 0 10px;
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg);
  transform-origin: 50% 60%;
  -webkit-transform-origin: 50% 60%;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media (max-width: 1080px) {
  .footer .footer-nav {
    flex-direction: column;
  }
}
@media (min-width: 1080px) {
  .footer .products {
    padding-left: 12em;
    padding-right: 0;
  }
}

.footer-bottom {
  color: #868686;
  background: #000;
  line-height: 17px;
  padding: 0.5em 0;
}
.footer-bottom a {
  color: #96a1b2;
}
.footer-bottom a:hover {
  color: #00a99e;
}
.footer-bottom #languages {
  text-align: right;
}
.footer-bottom ul {
  margin: 0;
}
.footer-bottom ul li {
  float: left;
  list-style: none;
  font-weight: 500;
  font-size: 0.8em;
}
.footer-bottom ul li:first-child a {
  border-left: none;
  padding-left: 0;
}
.footer-bottom ul li a {
  border-left: 1px solid #484848;
  display: block;
  padding: 0 0.5em;
}
.footer-bottom ul li:last-child a {
  padding-right: 0;
}

#back-to-top {
  background: url(/img/misc/arrow-up-large.png) no-repeat center center;
  background-color: #00a99e;
  bottom: 20px;
  color: transparent;
  display: none;
  font: 0/0 a;
  height: 46px;
  position: fixed;
  right: 20px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 45px;
  z-index: 100;
}

.touch-device #back-to-top:hover {
  background: url(/img/misc/arrow-up-large.png) no-repeat center center;
  background-color: #008a81;
  bottom: 20px;
  color: transparent;
  display: none;
  font: 0/0 a;
  height: 46px;
  position: fixed;
  right: 20px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 45px;
  z-index: 100;
}

#uberbar {
  z-index: 1030;
  position: fixed;
  top: -54px;
  right: 20px;
  left: 0;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  text-align: center;
}
#uberbar.show-uberbar {
  top: 0px;
}
@media screen and (max-width: 1080px) {
  #uberbar.show-uberbar {
    top: 61px;
  }
}
@media screen and (max-width: 767px) {
  #uberbar .col {
    padding-left: 0;
    padding-right: 0;
  }
}
#uberbar .btn-header {
  display: inline-block;
  padding: 7px 60px;
  font-weight: 700;
}
@media screen and (max-width: 1079px) {
  #uberbar .btn-header {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #uberbar .btn-header {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  #uberbar {
    padding: 0px;
  }
}

.modal .cs-cart-modal {
  border: none;
}
@media (min-width: 576px) {
  .modal .cs-cart-modal.modal-lg {
    max-width: 95%;
  }
}
@media (min-width: 1080px) {
  .modal .cs-cart-modal.modal-lg {
    max-width: 1050px;
  }
}
.modal .cs-cart-modal .modal-content .modal-header {
  border-bottom: none;
}
.modal .cs-cart-modal .modal-content .modal-header h5 {
  font-weight: 300;
}
.modal .cs-cart-modal .modal-content .modal-header .close span {
  font-weight: 300;
}
.modal .cs-cart-modal .modal-content .modal-body img {
  position: relative;
  z-index: 10;
}
.modal .cs-cart-modal .modal-content .modal-body p {
  font-weight: 300;
  letter-spacing: 1.4px;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant {
  min-height: 250px;
  padding: 1rem;
  box-shadow: 0px 0px 4px 0px #151515;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .logo {
  max-height: 40px;
  margin: auto;
  display: block;
}
@media (max-width: 850px) {
  .modal .cs-cart-modal .modal-content .modal-body .quadrant .price-container {
    flex-direction: column;
  }
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .center-image {
  margin: 10px 0;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .center-image.cover-img {
  z-index: 0;
  margin: -20px 0 -55px;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .btn {
  padding: 4px 7px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .modal .cs-cart-modal .modal-content .modal-body .quadrant .btn {
    width: 100%;
    padding: 4px;
  }
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .btn:disabled {
  pointer-events: none;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant p {
  font-size: 0.9em;
  position: relative;
  z-index: 10;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .price {
  display: inline-block;
}
.modal .cs-cart-modal .modal-content .modal-body .quadrant .strike-through {
  text-decoration: line-through;
}
.modal .cs-cart-modal .modal-content .modal-body .back-to-checkout {
  margin-top: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.modal .cs-cart-modal .modal-content .modal-body .back-to-checkout:hover {
  text-decoration: underline;
}
@media (min-width: 1080px) {
  .modal .pp-buy-page-modal.modal-lg {
    max-width: 700px;
  }
}
.modal .pp-buy-page-modal .modal-content {
  border: none;
}
.modal .pp-buy-page-modal .modal-content .modal-header {
  border-color: #46b0d6;
  border-bottom-width: 5px;
}
.modal .pp-buy-page-modal .modal-content .modal-header img {
  width: 30% !important;
}
.modal .pp-buy-page-modal .modal-content .modal-body {
  padding: 0px;
}
@media (max-width: 500px) {
  .modal .pp-buy-page-modal .modal-content .modal-body img {
    margin-bottom: 0px !important;
  }
}
.modal .pp-buy-page-modal .modal-content .modal-body .buy-btn {
  padding: 5px 0px;
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal .pe-buy-page-modal .modal-content .modal-body #modal-buy-button {
  border: none;
  cursor: pointer;
  background-color: #84882D;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  padding: 12px 5px;
  margin: auto;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .modal .pe-buy-page-modal .modal-content .modal-body #modal-buy-button {
    margin-top: 1rem;
  }
}
.modal .pe-buy-page-modal .modal-content .modal-body #modal-buy-button:hover {
  background-color: #B0B53C;
  color: #fff;
}
.modal .pe-buy-page-modal .modal-content .modal-body #modal-buy-text {
  color: #444;
  font-size: 1.8em;
  padding-left: 1em;
  text-align: center;
  margin-bottom: 0;
}
.modal .pb-buy-page-modal .modal-content #buy-page-modal-violator {
  position: absolute;
  top: 10px;
  left: 20px;
}
.modal .pb-buy-page-modal .modal-content .modal-body #modal-buy-button {
  background-color: #da8316;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  padding: 12px 5px;
  margin: auto;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.modal .pb-buy-page-modal .modal-content .modal-body #modal-buy-button:hover {
  background-color: #d69442;
  color: #fff;
}
.modal .pb-buy-page-modal .modal-content .modal-body .buy-page-modal-list p {
  font-size: 1.4em;
  margin-bottom: 0;
}
@media (min-width: 1080px) {
  .modal .lp-buy-page-modal.modal-lg {
    max-width: 700px;
  }
}
.modal .lp-buy-page-modal .modal-content .modal-header img {
  width: 35% !important;
}
.modal .lp-buy-page-modal .modal-content .modal-body #modal-buy {
  position: absolute;
  bottom: 15px;
  right: 237px;
  cursor: pointer;
}
@media screen and (max-width: 1079px) {
  .modal .lp-buy-page-modal .modal-content .modal-body #modal-buy {
    bottom: 10px;
    right: 140px;
  }
}
@media screen and (max-width: 576px) {
  .modal .lp-buy-page-modal .modal-content .modal-body #modal-buy {
    width: 22%;
    right: 31%;
  }
}
.modal .lp-buy-page-modal .modal-content .modal-body #modal-buy-max {
  position: absolute;
  bottom: 15px;
  right: 99px;
  cursor: pointer;
}
@media screen and (max-width: 1079px) {
  .modal .lp-buy-page-modal .modal-content .modal-body #modal-buy-max {
    bottom: 10px;
    right: 8px;
  }
}
@media screen and (max-width: 576px) {
  .modal .lp-buy-page-modal .modal-content .modal-body #modal-buy-max {
    width: 22%;
    right: 3%;
  }
}
.modal .lp-buy-page-modal .modal-content .modal-body #modal-table {
  display: block;
  margin: 0px auto 30px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .modal .lp-buy-page-modal .modal-content .modal-body #modal-table {
    width: 75%;
  }
}
.modal .free-promo-modal .modal-content {
  padding: 55px;
  background: url(/img/buy/free_promo/confetti-back.svg) whitesmoke no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .modal .free-promo-modal .modal-content {
    background: whitesmoke;
    padding: 10px;
  }
}
.modal .free-promo-modal .modal-content #front-confetti {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/img/buy/free_promo/confetti-front.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .modal .free-promo-modal .modal-content #front-confetti {
    display: none;
  }
}
.modal .free-promo-modal .modal-content #border-confetti {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: radial-gradient(ellipse farthest-corner at 61% 155%, #00A8DE 28%, #333391, #E91388, #EB2D2E, #FDE92B, #009E54);
  position: absolute;
  top: 0;
  left: 0;
  margin: 55px;
  width: calc(100% - 110px);
  height: calc(100% - 110px);
}
@media (max-width: 767.98px) {
  .modal .free-promo-modal .modal-content #border-confetti {
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.modal .free-promo-modal .modal-content h3, .modal .free-promo-modal .modal-content h6, .modal .free-promo-modal .modal-content p {
  color: black;
}
.modal .free-promo-modal .modal-content .close {
  position: absolute;
  right: 1rem;
  top: -30px;
  text-shadow: 0px 0px 2px black;
  z-index: 100;
}
.modal .free-promo-modal .modal-content .close span {
  color: white;
  font-size: 1.2em;
}
@media (max-width: 575.98px) {
  .modal .free-promo-modal .modal-content .close {
    top: 18px;
    right: 1.5rem;
  }
  .modal .free-promo-modal .modal-content .close span {
    color: #000;
  }
}
.modal .free-promo-modal .modal-content .modal-body {
  z-index: 3;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .modal .free-promo-modal .modal-content .modal-body {
    padding: 20px;
  }
}
.modal .free-promo-modal .modal-content .modal-body h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1079.98px) {
  .modal .free-promo-modal .modal-content .modal-body .quadrant {
    align-items: center;
    justify-content: center;
  }
}
.modal .free-promo-modal .modal-content .modal-body .quadrant .image-with-logo {
  margin-bottom: 7%;
  position: relative;
}
.modal .free-promo-modal .modal-content .modal-body .quadrant .image-with-logo .logo {
  position: absolute;
  width: 20%;
  left: 1rem;
  bottom: -7%;
}
.modal .free-promo-modal .modal-content .modal-body .quadrant h6 {
  font-weight: 600;
  font-size: 0.9em;
}
@media (max-width: 1079.98px) {
  .modal .free-promo-modal .modal-content .modal-body .quadrant h6 {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .modal .free-promo-modal .modal-content .modal-body .quadrant h6 {
    font-size: 1.25em;
  }
}
.modal .free-promo-modal .modal-content .modal-body .quadrant p {
  font-size: 0.85em;
}
@media (max-width: 1079.98px) {
  .modal .free-promo-modal .modal-content .modal-body .quadrant p {
    margin-bottom: 0.25rem;
    font-size: 0.95em;
  }
}
@media (max-width: 575.98px) {
  .modal .free-promo-modal .modal-content .modal-body .quadrant p {
    font-size: 1.15em;
  }
}
.modal .free-promo-modal .modal-content .modal-body .btn {
  background-color: #3b70ce;
  font-weight: 600;
  color: white;
  font-size: 0.9em;
  padding: 4px 10px;
  box-shadow: 0px 1px 5px 0 #868686;
}
@media (max-width: 575.98px) {
  .modal .free-promo-modal .modal-content .modal-body .btn {
    margin-bottom: 0.75rem;
    font-size: 1.2em;
  }
}
.modal .free-promo-modal .modal-content .modal-body .btn:hover {
  background-color: #6b98e6;
}

.popover {
  z-index: 1110;
}
.popover .popover-header {
  letter-spacing: 1px;
  font-weight: 400;
  color: #111;
}
.popover #login-form label {
  margin-bottom: 0.15rem;
  font-family: unset;
}
.popover #login-form .login-remember {
  display: flex;
  align-items: center;
}
.popover #login-form .login-remember input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.popover #login-form input {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 12px;
}
.popover #login-form input[type=submit] {
  transition: background-color 0.4s;
  background-color: #00a99e;
  border-radius: 0;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 12px;
}
.popover #login-form input[type=submit]:hover {
  background-color: #008a81;
}
.popover #login-form p {
  font-weight: 400;
}

.anthropics-site {
  /**   Gift certificate page   **/
  /**   Licenses page   **/
  /**  special deals  **/
  /**  special deals  **/
  /**   Support page   **/
  /* --------------------------------------- */
  /*               Housestyle                */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /*             Overall Styling             */
  /* --------------------------------------- */
}
.anthropics-site .about-page {
  background: #fff;
  padding-top: 52px;
}
.anthropics-site .about-page .header-banner {
  min-height: 500px;
  background-image: url(../img/about/hero.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anthropics-site .about-page .header-banner .banner-overlay {
  left: 50%;
}
.anthropics-site .about-page .header-banner .banner-overlay h1 {
  text-shadow: 1px 1px #868686;
}
.anthropics-site .account-page {
  border-top: 1px solid #eee;
}
.anthropics-site .account-page .page-header {
  padding: 2em;
  margin: 0;
  border-color: transparent;
}
.anthropics-site .account-page .page-header h2 {
  color: #404040;
  text-align: center;
  margin-bottom: 0;
}
.anthropics-site .account-page #password-info-container {
  width: 100%;
  display: none;
  margin-top: 1em;
}
.anthropics-site .account-page #password-info-container #password-info {
  margin-top: 6px;
  color: #404040;
  font-size: 0.8em;
}
.anthropics-site .account-page #password-info-container #password-info p {
  margin-bottom: 0.5em;
}
.anthropics-site .account-page #password-info-container #password-info ul {
  -webkit-padding-start: 2em;
  padding-left: 2em;
  margin-bottom: 0;
}
.anthropics-site .account-page span#password-strength-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  height: 22px;
  vertical-align: sub;
  display: inline-block;
}
.anthropics-site .account-page span#password-strength-container span#password-strength-meter {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 20px;
  text-align: center;
  color: #404040;
  font-weight: 600;
}
.anthropics-site .account-page span#password-strength-container span#password-strength-bar {
  height: 100%;
  width: 0%;
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  display: inline-block;
}
.anthropics-site .business-page .row {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .business-page .col-12 {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .business-page h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .anthropics-site .business-page h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .business-page h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .business-page h1 {
    font-size: 1rem;
  }
}
.anthropics-site .business-page ul {
  -webkit-padding-start: 1em;
  padding-left: 1em;
}
.anthropics-site .business-page p {
  font-size: 2.5em;
}
@media (max-width: 1999px) {
  .anthropics-site .business-page p {
    font-size: 1.5em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .business-page p {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .anthropics-site .business-page p {
    font-size: 0.8em;
  }
}
.anthropics-site .business-page .btn {
  font-size: 2.5em;
}
@media (max-width: 1999px) {
  .anthropics-site .business-page .btn {
    font-size: 1.5em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .business-page .btn {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .anthropics-site .business-page .btn {
    font-size: 0.8em;
  }
}
.anthropics-site .business-page .header {
  background-color: #e79fc7;
}
@media (max-width: 1080px) {
  .anthropics-site .business-page .header .header-image {
    background-image: url(/img/page-images/business/header-image.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .business-page .header .header-image img {
    display: none;
  }
}
.anthropics-site .business-page .navigation a {
  font-size: 0.8em;
  color: black;
}
@media (min-width: 1080px) {
  .anthropics-site .business-page .navigation a {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .anthropics-site .business-page .navigation a {
    font-size: 1.5em;
  }
}
.anthropics-site .business-page .navigation a:hover {
  text-decoration: underline;
}
.anthropics-site .business-page .makeup {
  background-color: #bcebf5;
}
.anthropics-site .business-page .hair {
  background-color: #f2ce9e;
}
@media (max-width: 767.98px) {
  .anthropics-site .business-page .hair .feature-text {
    order: 1;
  }
}
.anthropics-site .business-page .skin {
  background-color: #c9f0bb;
}
.anthropics-site .business-page .features {
  background-color: #f2f2f2;
}
.anthropics-site .business-page .features p {
  line-height: 1.2;
}
.anthropics-site .careers-page {
  padding-top: 52px;
}
.anthropics-site .careers-page p, .anthropics-site .careers-page ul li {
  font-weight: 200;
  line-height: 2em;
}
.anthropics-site .careers-page ul {
  padding-start: 2em;
  padding-left: 2em;
}
.anthropics-site .careers-page h6 {
  font-weight: 600;
}
.anthropics-site .careers-page .roles {
  font-weight: 600;
  margin-top: 3em;
}
.anthropics-site .careers-page .roles a {
  color: #0b8f7f;
  font-size: 15px;
  margin-left: 3em;
}
.anthropics-site .careers-page .roles a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #0b8f7f;
}
.anthropics-site .cart-page {
  /* Light cart AB B */
  /* When removing this AB make sure to actually change the html to change all the -bg css classes*/
}
.anthropics-site .cart-page .error-notification {
  display: block;
  background-color: #a5060b;
  color: white;
  text-align: center;
  padding: 6px;
  font-size: 0.9em;
}
.anthropics-site .cart-page .btn {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.anthropics-site .cart-page .cart {
  border-radius: 5px;
  box-shadow: 2px 2px 8px 0px #111;
}
.anthropics-site .cart-page .cart #cart-products {
  position: relative;
}
.anthropics-site .cart-page .cart #cart-products .product-row {
  border-bottom: 1px solid #96a1b2;
  overflow: hidden;
}
.anthropics-site .cart-page .cart #cart-products .product-row .circle {
  position: relative;
  width: 11%;
}
.anthropics-site .cart-page .cart #cart-products .product-row .circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.anthropics-site .cart-page .cart #cart-products .product-row .circle .circle-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.5rem;
  line-height: 1.2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .circle .circle-content.discount {
    font-size: 0.7em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .circle .circle-content.discount-percent {
  font-size: 1.2em;
}
.anthropics-site .cart-page .cart #cart-products .product-row .title-row {
  font-size: 1.3em;
}
@media (max-width: 820px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .title-row {
    font-size: 1.2em;
  }
}
@media (max-width: 450px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .title-row {
    font-size: 1em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .info-row {
  font-size: 1.2em;
}
.anthropics-site .cart-page .cart #cart-products .product-row .info-row .item {
  z-index: 100;
  padding: 0.4em 1em;
  width: 100%;
  height: auto;
  background: #222831;
  border: 1px solid #96a1b2;
}
@media (max-width: 767px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .info-row .item {
    border: none;
    padding: 0.4em 0;
    background: #2d333d;
    font-size: 0.8em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .info-row .item .list-price {
  text-decoration-line: line-through;
  float: left;
  display: inline-block;
}
@media (max-width: 850px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .info-row .item .list-price {
    float: none;
    display: block;
    font-size: 0.9em;
    color: lightslategray;
  }
}
@media (max-width: 768px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .info-row .item .list-price {
    float: left;
  }
}
@media (max-width: 550px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .info-row .item .list-price {
    float: none;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .info-row .item .open-download-discount-popin {
  font-size: 0.7em;
  color: #1e88e5;
  cursor: pointer;
}
.anthropics-site .cart-page .cart #cart-products .product-row .info-row .item.item-quantity {
  padding: 0;
}
.anthropics-site .cart-page .cart #cart-products .product-row .info-row .item.item-quantity input {
  width: 100%;
  height: 100%;
  -moz-appearance: textfield;
  padding: 0.4em 1em 0.4em 1em;
  font-size: 1em;
  text-align: left;
  border: none;
  color: #fff;
  background-color: #222831;
}
@media (max-width: 768px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .info-row .item.item-quantity input {
    background: #2d333d;
    padding: 0.4em 0;
    text-align: center;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row {
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row {
    font-size: 0.7em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner {
  text-align: center;
  background: darkred;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 35px;
  margin-left: 25px;
  font-size: 1em;
  padding-left: 0.5rem;
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner:before {
  background-color: #2d333d;
  content: "";
  position: absolute;
  height: 18px;
  transform: rotate(45deg);
  top: 3px;
  left: -15px;
  width: 25px;
  height: 25px;
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner:after {
  background-color: #2d333d;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 22px solid transparent;
  border-left: 32px solid #730202;
  top: -22px;
  right: 0;
}
@media (max-width: 767px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner {
    margin-right: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 1079.98px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner {
    margin-right: 10%;
    margin-left: -25px;
    font-size: 0.9em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner + .discount-banner {
  margin-top: 10px;
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner.download-discount {
  z-index: 1;
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner.is-green {
  background: #209a06;
}
.anthropics-site .cart-page .cart #cart-products .product-row .upgrade-info-row .discount-banner.is-green:after {
  border-left: 32px solid #1c5b07;
}
@media (max-width: 767px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .action-row {
    padding: 0 1em;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .action-row .item {
  z-index: 100;
}
@media (max-width: 767px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .action-row .item.item-quantity input {
    width: 100%;
    padding: 0.4em 1em 0.4em 1em;
    font-size: 1em;
    text-align: left;
    border: none;
    color: #222831;
    background-color: #fff;
    border-radius: 5px;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .action-row .btn.update-quantity-btn {
  background-color: #96a1b2;
  padding: 0.2em 1em;
  font-size: 1em;
  margin: 5px auto;
  display: none;
}
.anthropics-site .cart-page .cart #cart-products .product-row .action-row .btn.update-quantity-btn:hover {
  background-color: #8690a0;
}
@media (max-width: 1080px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .action-row .btn.update-quantity-btn {
    margin-top: 1.2em;
  }
}
@media (max-width: 567px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .action-row .btn.update-quantity-btn {
    padding: 0.2em 0.4em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row #remove-btn .btn.remove-item-btn {
  height: 22px;
  width: 22px;
  z-index: 2;
}
.anthropics-site .cart-page .cart #cart-products .product-row .btn.remove-item-btn {
  border-radius: 0px;
  height: 24px;
  width: 24px;
  border: 0;
  position: relative;
  background: url("/img/icons/trash-icon.svg") no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 568px) {
  .anthropics-site .cart-page .cart #cart-products .product-row .btn.remove-item-btn {
    font-size: 1em;
  }
}
.anthropics-site .cart-page .cart #cart-products .product-row .btn.remove-item-btn .button-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2d333d91;
  transition: background 0.2s;
}
.anthropics-site .cart-page .cart #cart-products .product-row .btn.remove-item-btn .button-cover:hover, .anthropics-site .cart-page .cart #cart-products .product-row .btn.remove-item-btn .button-cover:active {
  background-color: transparent;
}
.anthropics-site .cart-page .cart .cover {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(66, 71, 79, 0.65);
  z-index: 1000;
  position: absolute;
  border-radius: 0px 0px 5px 5px;
  opacity: 0;
  display: none;
}
.anthropics-site .cart-page .cart #cart-totals {
  position: relative;
}
.anthropics-site .cart-page .cart #cart-totals .text-wrap {
  word-break: keep-all;
}
.anthropics-site .cart-page .cart #cart-totals .sub-row {
  color: #fff;
  font-size: 1.1em;
}
.anthropics-site .cart-page .cart #cart-totals .sub-row .cross-sell-row p {
  font-size: 0.9em;
  margin-bottom: 0px;
  text-align: right;
}
.anthropics-site .cart-page .cart #cart-totals .sub-row .cross-sell-row p #open-cross-sell-popin {
  color: #00a99e;
  cursor: pointer;
}
.anthropics-site .cart-page .cart #cart-totals .sub-row .cross-sell-row p #open-cross-sell-popin:hover {
  text-decoration: underline;
}
.anthropics-site .cart-page .cart #cart-totals .discount-row {
  color: #ac8e66;
  font-size: 1.1em;
  overflow: hidden;
}
.anthropics-site .cart-page .cart #cart-totals .ex-vat-row {
  border-top: 1px solid #96a1b2;
  color: #fff;
  font-size: 1.1em;
}
.anthropics-site .cart-page .cart #cart-totals .vat-row {
  color: #fff;
  font-size: 1.1em;
}
.anthropics-site .cart-page .cart #cart-totals .total-row {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  border-top: 1px solid #96a1b2;
}
.anthropics-site .cart-page .cart #cart-totals .total-row.no-border {
  border-top: none;
  margin-top: 0px !important;
}
.anthropics-site .cart-page .coupon .coupon-input {
  border: 1px solid #00a99e;
  width: 100%;
  box-shadow: 2px 2px 2px #222;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}
.anthropics-site .cart-page .coupon .coupon-input input {
  border-radius: 0;
  width: 50%;
  display: inline-block;
}
.anthropics-site .cart-page .coupon .coupon-input input[type=text] {
  background-color: #2d333d;
  border-color: #2d333d;
  color: #96a1b2;
}
.anthropics-site .cart-page .coupon .coupon-input .btn {
  text-transform: capitalize;
  padding: 7px 20px;
}
.anthropics-site .cart-page .coupon .coupon-notification {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding-left: 0.5em;
  font-size: 0.9em;
}
.anthropics-site .cart-page .coupon #coupon-error {
  color: #ff5a5a;
}
.anthropics-site .cart-page .coupon #coupon-success {
  color: #2dd054;
}
.anthropics-site .cart-page .coupon .alert {
  display: flex;
  justify-content: center;
}
.anthropics-site .cart-page #vat-form input[type=submit] {
  text-transform: capitalize;
  padding: 4 12px;
}
.anthropics-site .cart-page .vat-details {
  color: #337ab7;
  cursor: pointer;
}
.anthropics-site .cart-page .vat-details:hover {
  color: #337ab7;
  text-decoration: underline;
}
.anthropics-site .cart-page .vat-table {
  color: #96a1b2;
}
.anthropics-site .cart-page .vat-table input[type=submit] {
  font-weight: 500;
  padding: 0.3em 1.2em;
  font-size: 1em;
  text-transform: capitalize;
}
.anthropics-site .cart-page .tax-title {
  letter-spacing: 0.5px;
}
.anthropics-site .cart-page .payment-row #payment_option {
  padding: 10px 15px 10px 0;
  /* Customize the label (the container) */
}
.anthropics-site .cart-page .payment-row #payment_option.new-paypal {
  padding: 10px 0;
}
.anthropics-site .cart-page .payment-row #payment_option.new-paypal .w-66 {
  width: 66%;
}
.anthropics-site .cart-page .payment-row #payment_option.new-paypal .buy-button {
  padding: 0.375rem 1rem;
}
.anthropics-site .cart-page .payment-row #payment_option.new-paypal label {
  color: #000;
  font-size: 1.2rem;
  padding-right: 0;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1rem;
}
.anthropics-site .cart-page .payment-row #payment_option.new-paypal fieldset {
  text-align: center;
  border-top: 1px solid #3f3f3f;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.anthropics-site .cart-page .payment-row #payment_option.new-paypal fieldset legend {
  margin: auto;
  padding: 0 20px;
  width: auto;
  font-size: 1rem;
  color: #3f3f3f;
}
.anthropics-site .cart-page .payment-row #payment_option .radio {
  color: #ac8e66;
  display: block;
  position: relative;
  padding-right: 50px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  /* Create a custom radio button */
}
.anthropics-site .cart-page .payment-row #payment_option .radio .radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.anthropics-site .cart-page .payment-row #payment_option .radio .radio-input:checked ~ .custom-checkmark:after {
  display: block;
}
.anthropics-site .cart-page .payment-row #payment_option .radio .custom-checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50%;
}
.anthropics-site .cart-page .payment-row #payment_option .radio .custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #ac8e66;
}
.anthropics-site .cart-page .payment-row #payment_option .radio:hover .radio-input:checked ~ .custom-checkmark {
  background: transparent;
}
.anthropics-site .cart-page .payment-row #payment_option .radio:hover .radio-input ~ .custom-checkmark {
  background: rgba(255, 255, 255, 0.1);
}
.anthropics-site .cart-page .payment-row .buy-button {
  background-color: #00a99e;
  width: 50%;
  box-shadow: 2px 2px 2px #222;
  border-radius: 0;
  padding: 0.375em 1.75em;
}
@media (max-width: 768px) {
  .anthropics-site .cart-page .payment-row .buy-button {
    width: auto;
  }
}
.anthropics-site .cart-page .payment-row .buy-button:not([disabled]):hover {
  background-color: #008a81;
}
.anthropics-site .cart-page .system-requirements {
  border-top: 1px solid #96a1b2;
}
.anthropics-site .cart-page.light-theme h5 {
  font-weight: 500;
}
.anthropics-site .cart-page.light-theme .cart {
  box-shadow: none;
  border-radius: 0;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .item-row .title-row {
  text-transform: capitalize !important;
  font-weight: 500;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .info-row .item {
  background-color: #d8d8d8;
  color: #000;
  border: 1px solid #efefef;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .info-row .item.item-quantity input {
  background-color: #d8d8d8;
  color: #000;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .info-row .free-gift {
  text-decoration-line: line-through;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .info-row .free-gift .list-price {
  display: none;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .upgrade-info-row .item {
  color: #000;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .upgrade-info-row .discount-banner {
  background-color: #ffde00;
  color: #000;
  font-size: 1.2em;
  padding-top: 4px;
  padding-bottom: 4px;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .upgrade-info-row .discount-banner.is-green {
  background-color: #209a06;
  color: #fff;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .upgrade-info-row .discount-banner.is-green:after {
  border-left-color: #1c5b07;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .upgrade-info-row .discount-banner:before {
  background-color: #efefef;
  top: 5px;
  left: -13px;
  width: 24px;
  height: 24px;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .upgrade-info-row .discount-banner:after {
  background-color: transparent;
  border-left-color: #b59d00;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .action-row .btn.update-quantity-btn {
  background-color: #3b70ce;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .action-row .btn.update-quantity-btn:hover {
  background-color: #648ed8;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .btn.remove-item-btn {
  background: url(/img/icons/trash-icon-dark.svg) no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .btn.remove-item-btn:hover {
  opacity: 0.7;
}
.anthropics-site .cart-page.light-theme .cart #cart-products .product-row .btn.remove-item-btn .button-cover {
  display: none;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .sub-row {
  color: #3b70ce;
  font-weight: 500;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .sub-row .cross-sell-row {
  color: #000;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .sub-row .cross-sell-row #open-cross-sell-popin {
  color: #3b70ce;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .discount-row {
  color: #53c0f7;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .ex-vat-row {
  color: #000;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .vat-row {
  color: #000;
}
.anthropics-site .cart-page.light-theme .cart #cart-totals .total-row {
  color: #000;
  text-transform: capitalize !important;
}
.anthropics-site .cart-page.light-theme .payment-row #payment-checkout-container label.radio {
  color: #000;
}
.anthropics-site .cart-page.light-theme .payment-row #payment-checkout-container label.radio .custom-checkmark {
  border: 1px solid #a6a6a6;
}
.anthropics-site .cart-page.light-theme .payment-row #payment-checkout-container label.radio .custom-checkmark:after {
  background-color: #3b70ce;
}
.anthropics-site .cart-page.light-theme .coupon .coupon-notification {
  right: 1em;
  padding: 0.5em;
}
.anthropics-site .cart-page.light-theme .coupon .coupon-input {
  border: none;
  box-shadow: none;
  flex-flow: column wrap;
  align-items: flex-end;
}
.anthropics-site .cart-page.light-theme .coupon .coupon-input input[type=text] {
  background-color: #efefef;
  border-color: #efefef;
  color: #000;
}
.anthropics-site .cart-page.light-theme .coupon .coupon-input .btn {
  box-shadow: 0px 2px 6px 0 #868686;
}
.anthropics-site .cart-page.light-theme .vat-table td {
  padding-bottom: 3px;
  padding-top: 3px;
  padding-right: 5px;
  color: #000;
}
.anthropics-site .cart-page.light-theme #buy_now_button {
  background-color: #3b70ce !important;
  box-shadow: 0px 2px 6px 0 #868686;
}
.anthropics-site .cart-page.light-theme #buy_now_button:hover {
  background-color: #648ed8 !important;
}
.anthropics-site .clients-page h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .anthropics-site .clients-page h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .clients-page h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .clients-page h1 {
    font-size: 1rem;
  }
}
@media (max-width: 1400px) {
  .anthropics-site .clients-page h4 {
    font-size: 1em;
  }
}
.anthropics-site .clients-page a:hover {
  color: white;
}
.anthropics-site .clients-page .overlay {
  background-color: #143db8;
}
@media (min-width: 768px) {
  .anthropics-site .clients-page .overlay {
    margin-top: -2.6em;
  }
}
@media (min-width: 1401px) {
  .anthropics-site .clients-page .overlay {
    margin-top: -3.8em;
  }
}
@media (max-width: 1400px) {
  .anthropics-site .clients-page .overlay p {
    font-size: 0.7em;
  }
}
.anthropics-site .clothes-page .header-section h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.anthropics-site .clothes-page .header-section .mainVideo {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}
.anthropics-site .clothes-page .header-section .mobile {
  object-fit: contain;
}
.anthropics-site .clothes-page .header-section .overlay {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 50%;
  top: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 2337px;
}
.anthropics-site .clothes-page .header-section .overlay-title {
  position: absolute;
  z-index: 4;
  width: 100%;
  top: 13%;
}
.anthropics-site .contact-page .header {
  background-image: linear-gradient(90deg, #c9f0ba, #bdebf5);
  text-align: center;
}
.anthropics-site .contact-page .header h1 {
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .anthropics-site .contact-page .header h1 {
    font-size: 3rem;
  }
}
.anthropics-site .contact-page form .form-control {
  margin: 18px 0;
  border-color: grey;
  padding: 13px;
  padding-left: 25px;
  border-radius: 30px;
}
.anthropics-site .contact-page form .alert {
  display: block;
}
.anthropics-site .contact-page form #submit {
  padding: 5px 60px;
  border-radius: 0;
}
.anthropics-site .examples-page .light-grey-bg {
  background-color: #e6e6e6 !important;
}
@media (min-width: 1080px) {
  .anthropics-site .examples-page p, .anthropics-site .examples-page ul li {
    font-size: 14px;
  }
}
.anthropics-site .examples-page h2 {
  font-size: 2.1em;
}
@media (max-width: 1080px) {
  .anthropics-site .examples-page ul {
    list-style: none;
    text-align: center;
  }
}
.anthropics-site .examples-page .mymy-skin {
  background-color: #d7f2f9;
  background-image: url(../img/examples/powder.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .anthropics-site .examples-page .mymy-skin {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .anthropics-site .examples-page .mymy-skin ul {
    list-style: disc;
    text-align: left;
  }
}
.anthropics-site .examples-page .smart-photo-editor {
  background-image: url(../img/examples/spelight.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.anthropics-site .giftcertificate-page p {
  font-weight: 400;
}
.anthropics-site .hair-page h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .anthropics-site .hair-page h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .hair-page h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .hair-page h1 {
    font-size: 2rem;
  }
}
.anthropics-site .hair-page ul {
  -webkit-padding-start: 1em;
  padding-left: 1em;
}
.anthropics-site .hair-page .header-section {
  border-top: 1px solid #000;
}
.anthropics-site .hair-page .header-section .border-bottom {
  border-color: #000 !important;
}
.anthropics-site .hair-page .image-section .double-decker-images {
  align-content: space-between;
}
@media (max-width: 768px) {
  .anthropics-site .hair-page .image-section img {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.anthropics-site .home-page p {
  color: #000;
}
@media (max-width: 768px) {
  .anthropics-site .home-page p {
    text-align: left !important;
  }
}
.anthropics-site .home-page h1 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .anthropics-site .home-page h1 {
    font-size: 1.6em;
    font-weight: 700;
  }
}
.anthropics-site .home-page h2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .anthropics-site .home-page h2 {
    font-size: 1.4em;
  }
}
.anthropics-site .home-page .btn {
  background-color: #3125ae;
  color: #fff;
  font-size: 1em;
  padding: 0.3em 2em;
  box-shadow: 0px 1px 4px 0px #868686;
}
.anthropics-site .home-page #hero-banner {
  background: url("/img/home/header-background.jpg");
  background-size: cover;
  background-position-x: right;
}
@media (max-width: 768px) {
  .anthropics-site .home-page #hero-banner {
    background: url("/img/home/header-background-mobile.jpg");
  }
}
.anthropics-site .home-page #hero-banner h1 {
  color: #fff;
  font-size: 4em;
}
.anthropics-site .home-page #hero-banner h1.pink {
  color: #fe61ca;
}
@media (max-width: 768px) {
  .anthropics-site .home-page #hero-banner h1 {
    text-align: center;
    font-size: 3em;
  }
}
@media (max-width: 576px) {
  .anthropics-site .home-page #hero-banner h1 {
    font-size: 2.5em;
  }
}
.anthropics-site .home-page #zyler-banner {
  background: #cdcde5;
  background: -moz-linear-gradient(180deg, #e8f1ef 0%, #cdcde5 100%);
  background: -webkit-linear-gradient(180deg, #e8f1ef 0%, #cdcde5 100%);
  background: linear-gradient(180deg, #e8f1ef 0%, #cdcde5 100%);
}
@media (max-width: 768px) {
  .anthropics-site .home-page #zyler-banner img.phone-mockup {
    transform: translateX(-8.5%);
  }
}
@media (max-width: 1400px) {
  .anthropics-site .home-page #desktop-products .product-row {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .anthropics-site .home-page #desktop-products .product-row .info {
    padding-top: 1.5rem;
    text-align: center;
  }
}
.anthropics-site .home-page #desktop-products .product-row .logo-caption {
  position: absolute;
  width: 125px;
  height: 125px;
  left: 2rem;
  bottom: 0;
  transform: translateY(30%);
}
@media (max-width: 1400px) {
  .anthropics-site .home-page #desktop-products .product-row .logo-caption {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .home-page #desktop-products .product-row .logo-caption {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .anthropics-site .home-page #desktop-products .product-row:nth-child(odd) .logo-caption {
    left: 4.5em;
  }
}
.anthropics-site .home-page #powering-creativity {
  background: #000050;
  background-image: -moz-linear-gradient(180deg, #2e3192 0%, #000050 100%), url("/img/icons/cropped-anthropics-icon-270x270-light.png");
  background-image: -webkit-linear-gradient(180deg, #2e3192 0%, #000050 100%), url("/img/icons/cropped-anthropics-icon-270x270-light.png");
  background-image: linear-gradient(180deg, #2e3192 0%, #000050 100%), url("/img/icons/cropped-anthropics-icon-270x270-light.png");
  background-size: contain;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
}
.anthropics-site .home-page #powering-creativity h1, .anthropics-site .home-page #powering-creativity p {
  color: #fff;
  text-align: center;
}
.anthropics-site .licenses-page p {
  font-weight: 400;
}
.anthropics-site .licenses-page .form-inline label {
  margin-right: 0.5em;
}
.anthropics-site .licenses-page input[type=submit] {
  margin-left: 0.5em;
  border-radius: 0;
  padding: 0.3em 0.5em;
  font-weight: 400;
}
.anthropics-site .makeup-page h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .anthropics-site .makeup-page h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .makeup-page h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .makeup-page h1 {
    font-size: 3.2rem;
  }
}
.anthropics-site .makeup-page .header-section {
  border-top: 1px solid #000;
}
.anthropics-site .makeup-page .header-section .border-bottom {
  border-color: #000 !important;
}
.anthropics-site .makeup-page .image-section .double-decker-images {
  align-content: space-between;
}
@media (max-width: 768px) {
  .anthropics-site .makeup-page .image-section img {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.anthropics-site .special-deals-page .mobile-bundle {
  padding: 2rem 0;
}
.anthropics-site .special-deals-page .mobile-bundle img {
  display: block;
  margin: 0 auto;
}
.anthropics-site .special-deals-page .mobile-bundle h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.anthropics-site .special-deals-page .mobile-bundle p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.anthropics-site .special-deals-page .mobile-bundle ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.anthropics-site .special-deals-page .mobile-bundle ul li {
  color: #96a1b2;
  font-size: 0.9em;
}
.anthropics-site .special-deals-page .mobile-bundle .buy-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.anthropics-site .special-deals-page .mobile-bundle .buy-btn:hover {
  color: #fff;
}
.anthropics-site .special-deals-page .mobile-bundle span.large-price {
  text-align: center;
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}
.anthropics-site .special-deals-page .mobile-bundle .saving-price {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #de9e4e;
  line-height: 20px;
}
.anthropics-site .special-deals-page #bundles-container {
  padding-bottom: 100px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row {
  display: block;
  width: 1170px;
  height: 350px;
  margin: 40px auto;
  background-color: #1C1C1C;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row a > *:hover {
  text-decoration: none;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row img {
  display: inline-block;
  margin-bottom: -6px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0 0 20px 0px;
  font-size: 30px;
  margin: 0px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row.tall-row {
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .anthropics-site .special-deals-page #bundles-container .bundle-row {
    margin-right: 55px;
  }
  .anthropics-site .special-deals-page #bundles-container .bundle-row:nth-child(2) {
    margin: 30px 0px;
  }
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container {
  width: 515px;
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container {
  height: 100%;
  width: 1030px;
  position: absolute;
  left: 0px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info {
  width: 515px;
  display: inline-block;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .description-container {
  text-align: center;
  margin-bottom: 55px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .description-container .description {
  margin: 0;
  display: inline-block;
  width: 340px;
  font-size: 15px;
  padding: 4px;
  font-style: italic;
  color: #adadad;
  border: 1px solid #8e8e8e;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .info-container .more-info {
  float: right;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .info-container .more-info:hover {
  text-decoration: underline;
  cursor: pointer;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .info-container p {
  color: #8e8e8e;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 20px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #141414;
  display: none;
  width: 515px;
  vertical-align: top;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .bundle-back {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
  width: 34px;
  background: #1c1c1c;
  border-right: 1px solid black;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .bundle-back span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(4) scaleX(1.3);
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .bundle-back:hover {
  cursor: pointer;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features {
  display: inline-block;
  height: 100%;
  width: 478px;
  margin-left: -3px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #131313;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  padding: 0;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container p {
  font-size: 1em;
  padding: 0;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container ul {
  list-style-type: none;
  margin: -10px 0 0 0;
  -webkit-padding-start: 1em;
  padding-left: 1em;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container ul > li {
  font-size: 1em;
  text-indent: -10px;
  color: #fff;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container ul > li:before {
  content: "-";
  padding-right: 5px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .video-overview {
  padding: 0;
  margin-top: 20px;
  display: block;
  color: #fbb03b;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .video-overview:hover {
  cursor: pointer;
  text-decoration: underline;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row section.buy-section {
  padding: 0 30px;
  border-left: 1px solid #404040;
  width: 300px;
  vertical-align: top;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container {
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anthropics-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price {
  padding: 18px 0;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price span.large-price {
  text-align: center;
  display: block;
  font-size: 48px;
  letter-spacing: -2px;
  color: #fff;
  line-height: 50px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price span.saving-price {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fbb03b;
  line-height: 20px;
  margin-top: 10px;
}
.anthropics-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container a {
  color: #fff;
  display: block;
  width: 180px;
  background-color: #fbb03b;
  text-align: center;
  margin: auto;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 3px;
}
.anthropics-site .special-deals-page .video-container {
  background-color: #4b5050;
}
.anthropics-site .popin-close, .anthropics-site .popin-close b, .anthropics-site .popin-close b:hover, .anthropics-site .popin-close:hover {
  cursor: pointer;
}
.anthropics-site .special-deals-page-v2 {
  border-top: 2px solid #ececec;
}
.anthropics-site .special-deals-page-v2 .bundles-row .bundle-content img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .page-heading-col {
  text-align: center;
  margin-bottom: 20px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .page-heading-col p {
  color: #0b1016;
  font-size: 1.2rem;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle {
  padding: 0 0 2rem 0;
  background-color: #f2f2f2;
  margin-bottom: 40px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle img {
  display: block;
  margin: 0 auto;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle h2 {
  color: #0b1016;
  text-align: left;
  margin-top: 20px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle p {
  color: #0b1016;
}
@media only screen and (max-width: 420px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle p {
    font-size: 0.9rem;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .product-logos {
  margin-bottom: 40px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .product-logos img {
  display: inline-block;
  width: 40px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .row-border {
  border-top: solid 2px #dce4e6;
  border-bottom: solid 2px #dce4e6;
  margin-bottom: 20px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .row-border .info-container p {
  font-weight: bold;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .row-border .info-container .more-info {
  position: absolute;
  right: 40px;
  font-weight: lighter;
  color: #3b70ce !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .row-border .info-container .more-info {
    right: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .row-border .info-container .more-info {
    position: relative;
    display: block;
    right: 0;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .buy-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #3b70ce;
  position: relative;
  top: 50%;
  margin-top: -22px;
}
@media only screen and (max-width: 350px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .buy-btn {
    font-size: 1em;
    padding: 0.4rem;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .buy-btn:hover {
  color: #fff;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .price {
  text-align: left;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .price span.large-price {
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  color: #0b1016;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 350px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .price span.large-price {
    font-size: 24px;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .price .saving-price {
  display: block;
  font-size: 15px;
  color: #3b70ce;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (max-width: 350px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .price .saving-price {
    font-size: 14px;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container {
  position: absolute;
  top: 0;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  display: none;
  padding: 60px 40px 40px 40px;
  box-shadow: -10px 10px 20px #333333;
}
@media only screen and (max-width: 767px) {
  .anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container {
    left: 15px;
    box-shadow: -5px 5px 15x #333333;
  }
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .extra-info {
  display: none;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .extra-info .features-container h4 {
  color: #0b1016;
  font-weight: bold;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .extra-info .features-container p {
  color: #0b1016;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .extra-info .features-container ul {
  color: #0b1016;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .extra-info .features-container ul li {
  margin-left: 30px;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .extra-info .features-container .open-video {
  color: #3b70ce;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .close_info_container {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.anthropics-site .special-deals-page-v2 .bundles-container .row .mobile-bundle .more-info-container .close_info_container img {
  width: 20px;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.anthropics-site .special-deals-page-v2 .video-container {
  background-color: #4b5050;
}
.anthropics-site .popin-close, .anthropics-site .popin-close b, .anthropics-site .popin-close b:hover, .anthropics-site .popin-close:hover {
  cursor: pointer;
}
.anthropics-site .olay-page .row {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .olay-page .col-12 {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .olay-page h1 {
  font-weight: 700;
}
@media (min-width: 1080px) {
  .anthropics-site .olay-page h1 {
    font-size: 3em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .olay-page h1 {
    font-size: 3.5em;
  }
}
.anthropics-site .olay-page h2 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .anthropics-site .olay-page h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 1080px) {
  .anthropics-site .olay-page h2 {
    font-size: 2em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .olay-page h2 {
    font-size: 3em;
  }
}
.anthropics-site .olay-page h3 {
  font-size: 2em;
}
@media (max-width: 576px) {
  .anthropics-site .olay-page h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1080px) {
  .anthropics-site .olay-page h3 {
    font-size: 2em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .olay-page h3 {
    font-size: 3em;
  }
}
.anthropics-site .olay-page p {
  font-size: 2.5em;
}
@media (max-width: 1999px) {
  .anthropics-site .olay-page p {
    font-size: 1.5em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .olay-page p {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .anthropics-site .olay-page p {
    font-size: 0.8em;
  }
}
.anthropics-site .olay-page .light-blue {
  background-color: #a1b1e2;
}
.anthropics-site .olay-page .header {
  background-color: #efefef;
}
.anthropics-site .olay-page .mobile-screens {
  background-color: #efefef;
}
.anthropics-site .olay-page .mobile-screens img {
  box-shadow: 2px 2px 3px lightgrey;
}
@media (max-width: 767.98px) {
  .anthropics-site .olay-page .challenge .text {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .anthropics-site .olay-page .result .text {
    order: 1;
  }
}
.anthropics-site .pantene-page .row {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .pantene-page .col-12 {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .pantene-page h1 {
  font-weight: 700;
}
@media (min-width: 1080px) {
  .anthropics-site .pantene-page h1 {
    font-size: 3em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .pantene-page h1 {
    font-size: 3.5em;
  }
}
.anthropics-site .pantene-page h2 {
  font-size: 3em;
  font-weight: 700;
}
@media (max-width: 1999px) {
  .anthropics-site .pantene-page h2 {
    font-size: 3em;
  }
}
@media (max-width: 1400px) {
  .anthropics-site .pantene-page h2 {
    font-size: 2em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .pantene-page h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .anthropics-site .pantene-page h2 {
    font-size: 1.3em;
  }
}
.anthropics-site .pantene-page h3 {
  font-size: 2em;
}
@media (max-width: 576px) {
  .anthropics-site .pantene-page h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1080px) {
  .anthropics-site .pantene-page h3 {
    font-size: 2em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .pantene-page h3 {
    font-size: 3em;
  }
}
.anthropics-site .pantene-page p {
  font-size: 2.5em;
}
@media (max-width: 1999px) {
  .anthropics-site .pantene-page p {
    font-size: 1.5em;
  }
}
@media (max-width: 1400px) {
  .anthropics-site .pantene-page p {
    font-size: 1em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .pantene-page p {
    font-size: 0.9em;
  }
}
@media (max-width: 576px) {
  .anthropics-site .pantene-page p {
    font-size: 0.8em;
  }
}
.anthropics-site .pantene-page .light-orange {
  background-color: #f1cd9d;
}
.anthropics-site .pantene-page .header {
  background-color: #efefef;
}
.anthropics-site .pantene-page .result {
  background: url("/img/page-images/pantene/pantene-3.jpg");
}
.anthropics-site .pantene-page .mobile-screens {
  background-color: #efefef;
}
.anthropics-site .pantene-page .mobile-screens img {
  box-shadow: 2px 2px 3px lightgrey;
}
@media (max-width: 767.98px) {
  .anthropics-site .pantene-page .challenge .text {
    order: 1;
  }
}
@media (min-width: 768px) {
  .anthropics-site .pantene-page .result {
    background: url("/img/page-images/pantene/pantene-3.jpg");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767.98px) {
  .anthropics-site .pantene-page .result .text {
    order: 1;
    background-color: #f1cd9d;
  }
}
.anthropics-site .photography-page .row {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .photography-page .col-12 {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .photography-page h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .anthropics-site .photography-page h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .photography-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .photography-page h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .photography-page h2 {
    font-size: 1.2em;
  }
}
.anthropics-site .photography-page ul {
  -webkit-padding-start: 1em;
  padding-left: 1em;
}
.anthropics-site .photography-page .header .title {
  background-color: #bcebf5;
}
.anthropics-site .photography-page .header .title h1 {
  padding: 0 3rem;
}
@media (max-width: 1400px) {
  .anthropics-site .photography-page .header .title h1 {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .photography-page .header .title h1 {
    padding: 0 2rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .photography-page .header .title h1 {
    padding: 0 1rem;
  }
}
.anthropics-site .photography-page .header .title p {
  padding: 0 3rem;
}
@media (max-width: 1400px) {
  .anthropics-site .photography-page .header .title p {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .photography-page .header .title p {
    padding: 0 2rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .photography-page .header .title p {
    padding: 0 1rem;
  }
}
@media (min-width: 1440px) {
  .anthropics-site .photography-page .header .title .title-text {
    padding: 0 5em;
  }
}
@media (min-width: 1440px) {
  .anthropics-site .photography-page .header .title .title-img {
    background: url(/img/page-images/photography/header-image-wide.jpg) center center;
    background-size: cover;
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .anthropics-site .photography-page .header .title .title-img img {
    display: none;
  }
}
.anthropics-site .photography-page .products img {
  border: 2px solid lightgray;
}
.anthropics-site .photography-page .products .icon {
  border: none;
  width: 30%;
  position: absolute;
  left: 1em;
  top: 2em;
}
@media (min-width: 768px) {
  .anthropics-site .photography-page .products .icon {
    left: 2em;
    top: 8em;
  }
}
@media (min-width: 1080px) {
  .anthropics-site .photography-page .products .icon {
    left: 2em;
    top: 10em;
  }
}
@media (min-width: 1400px) {
  .anthropics-site .photography-page .products .icon {
    left: 2em;
    top: 14em;
  }
}
.anthropics-site .photography-page .features {
  background-color: #f2f2f2;
  text-align: center;
}
.anthropics-site .privacy-page p, .anthropics-site .privacy-page ul li {
  font-weight: 300;
}
.anthropics-site .skin-page h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .anthropics-site .skin-page h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .anthropics-site .skin-page h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .anthropics-site .skin-page h1 {
    font-size: 3.2rem;
  }
}
.anthropics-site .skin-page .header-section {
  border-top: 1px solid #000;
}
.anthropics-site .skin-page .header-section .border-bottom {
  border-color: #000 !important;
}
.anthropics-site .skin-page .image-section .double-decker-images {
  align-content: space-between;
}
@media (max-width: 768px) {
  .anthropics-site .skin-page .image-section img {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.anthropics-site .stTropez-page .row {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .stTropez-page .col-12 {
  margin-right: 0;
  margin-left: 0;
}
.anthropics-site .stTropez-page h1 {
  font-weight: 700;
}
@media (min-width: 1080px) {
  .anthropics-site .stTropez-page h1 {
    font-size: 3em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .stTropez-page h1 {
    font-size: 3.5em;
  }
}
.anthropics-site .stTropez-page h2 {
  font-size: 3em;
  font-weight: 700;
}
@media (max-width: 1999px) {
  .anthropics-site .stTropez-page h2 {
    font-size: 3em;
  }
}
@media (max-width: 1400px) {
  .anthropics-site .stTropez-page h2 {
    font-size: 2em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .stTropez-page h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .anthropics-site .stTropez-page h2 {
    font-size: 1.3em;
  }
}
.anthropics-site .stTropez-page h3 {
  font-size: 2em;
}
@media (max-width: 576px) {
  .anthropics-site .stTropez-page h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1080px) {
  .anthropics-site .stTropez-page h3 {
    font-size: 2em;
  }
}
@media (min-width: 1999px) {
  .anthropics-site .stTropez-page h3 {
    font-size: 3em;
  }
}
.anthropics-site .stTropez-page p {
  font-size: 2.5em;
}
@media (max-width: 1999px) {
  .anthropics-site .stTropez-page p {
    font-size: 1.5em;
  }
}
@media (max-width: 1400px) {
  .anthropics-site .stTropez-page p {
    font-size: 1.2em;
  }
}
@media (max-width: 1080px) {
  .anthropics-site .stTropez-page p {
    font-size: 0.9em;
  }
}
@media (max-width: 576px) {
  .anthropics-site .stTropez-page p {
    font-size: 0.8em;
  }
}
.anthropics-site .stTropez-page .light-blue {
  background-color: #a1b1e2;
}
.anthropics-site .stTropez-page .header {
  background-color: #efefef;
}
.anthropics-site .stTropez-page .mobile-screens {
  background-color: #efefef;
}
.anthropics-site .stTropez-page .mobile-screens img {
  box-shadow: 2px 2px 3px lightgrey;
}
@media (max-width: 767.98px) {
  .anthropics-site .stTropez-page .challenge .text {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .anthropics-site .stTropez-page .result .text {
    order: 1;
  }
}
.anthropics-site .support-page p {
  font-weight: 400;
}
.anthropics-site .support-page ul {
  padding-left: 2em;
}
.anthropics-site .support-page li {
  font-weight: 400;
}
.anthropics-site .support-page table td {
  padding: 0.5em;
}
.anthropics-site .support-page .header-banner .banner-overlay {
  height: 50%;
  left: 55%;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .anthropics-site .support-page .header-banner .banner-overlay {
    font-size: 0.8em;
  }
}
.anthropics-site .support-page .categories {
  margin: 2em;
}
.anthropics-site .support-page .categories a {
  color: #707070;
}
.anthropics-site .support-page .categories .category {
  text-align: center;
  font-size: 0.9em;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media (max-width: 880px) {
  .anthropics-site .support-page .categories .category {
    padding: 1em 0.2em;
    font-size: 0.8em;
  }
}
.anthropics-site .support-page .categories .category .category-title {
  text-transform: uppercase;
  font-size: 1.2em;
  min-height: 70px;
  font-weight: 600;
  padding-top: 1em;
}
@media screen and (max-width: 580px) {
  .anthropics-site .support-page .categories .category .category-title {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .anthropics-site .support-page .categories .category .category-title {
    min-height: 50px;
  }
}
.anthropics-site .support-page .categories .category .article-count {
  padding: 1em;
}
.anthropics-site .support-page .categories .category .icon {
  padding: 5%;
  border: 2px solid #adadad;
  border-radius: 35px;
}
.anthropics-site .support-page .categories .category .icon img {
  width: 50%;
}
.anthropics-site .support-page .categories .category .icon:hover {
  box-shadow: 10px 10px 8px 5px #e2e2e2;
}
.anthropics-site .support-page .categories .category .icon.contact {
  padding: 1em;
}
.anthropics-site .support-page .categories .category .icon.contact img {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .anthropics-site .support-page .categories .category .icon.contact img {
    width: 30%;
  }
}
.anthropics-site .support-page .manuals .btn {
  color: white;
  font-size: 1em;
  margin-top: 0.2em;
}
.anthropics-site .support-page .manuals .pp-manual a.btn {
  background-color: #46b0d6;
}
.anthropics-site .support-page .manuals .pb-manual a.btn {
  background-color: #da8316;
}
.anthropics-site .support-page .manuals .lp-manual a.btn {
  background-color: #00a99e;
}
.anthropics-site .support-page .manuals .pe-manual a.btn {
  background-color: #84882D;
}
.anthropics-site .support-page .older-manuals {
  margin: 0 0 2em 0;
  flex-direction: column;
}
.anthropics-site .support-page .q-a {
  padding: 0.5em;
}
.anthropics-site .support-page .q-a .question {
  font-weight: 600;
  padding: 0.5em;
}
.anthropics-site .support-page .q-a .question a {
  color: #337ab7;
  cursor: pointer;
}
.anthropics-site .support-page .q-a .question a .plus-icon {
  display: none;
}
.anthropics-site .support-page .q-a .question a.collapsed .plus-icon {
  display: inline-block;
}
.anthropics-site .support-page .q-a .question a.collapsed .minus-icon {
  display: none;
}
.anthropics-site .support-page .q-a .answer {
  padding: 0 1em;
}
.anthropics-site .support-page .q-a .answer ul li {
  font-weight: 300;
}
.anthropics-site ul {
  -webkit-padding-start: 0em;
  padding-left: 0em;
}
.anthropics-site .btn {
  padding: 12px 30px;
  font-size: 1.3rem;
  transition: background 0.3s;
}
@media (max-width: 1080px) {
  .anthropics-site .btn {
    font-size: 1.2rem;
    padding: 9px 25px;
  }
}
@media (max-width: 768px) {
  .anthropics-site .btn {
    font-size: 1.1rem;
    padding: 6px 20px;
  }
}
.anthropics-site .btn.btn-clear {
  background: rgba(255, 255, 255, 0.42);
  color: #000;
  border: 1px solid #000;
  font-weight: 700;
}
.anthropics-site .btn.btn-clear:hover {
  background: rgba(255, 255, 255, 0.62);
}
.anthropics-site .btn.btn-dark {
  background: black;
  color: #fff;
  padding: 0.3em 2em;
}
.anthropics-site .btn.btn-dark:hover {
  background: rgba(0, 0, 0, 0.62);
}
.anthropics-site .navbar {
  padding: 0;
}
.anthropics-site .navbar .dropdown-toggle:hover {
  cursor: pointer;
}
.anthropics-site .navbar.page-nav {
  background: #fff;
  width: 100%;
  z-index: 10;
}
.anthropics-site .navbar.page-nav.sticky {
  position: sticky;
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item {
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: relative;
}
@media (max-width: 1080px) {
  .anthropics-site .navbar.page-nav .navbar-nav .nav-item {
    text-align: center;
  }
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item.contact .nav-link {
  background-color: #d2e0c4;
  position: relative;
  transition: background-color 0.3s;
}
@media (pointer: fine) {
  .anthropics-site .navbar.page-nav .navbar-nav .nav-item.contact .nav-link::after {
    width: 0;
    height: 2px;
    background-color: #8b7792;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item.contact .nav-link:hover {
  background-color: #dfe4da;
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item.contact .nav-link:hover::after {
  width: 100%;
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item.contact .nav-link:hover span::after {
  width: 0%;
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item .nav-link {
  color: #212121;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 1.15em;
  padding-left: 2em;
  padding-right: 2em;
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item .nav-link:hover span::after {
  width: 100%;
}
.anthropics-site .navbar.page-nav .navbar-nav .nav-item .nav-link span {
  position: relative;
}
@media (pointer: fine) {
  .anthropics-site .navbar.page-nav .navbar-nav .nav-item .nav-link span::after {
    width: 0;
    height: 2px;
    background-color: #8b7792;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
.anthropics-site .navbar.page-nav .chevron-icon {
  display: inline-block;
  font-size: 1.5em;
  color: #000;
  margin: -4px 0 0 10px;
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg);
  transform-origin: 50% 60%;
  -webkit-transform-origin: 50% 60%;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.anthropics-site .navbar.page-nav .collapsed .chevron-icon {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}
@media (min-width: 1080px) {
  .anthropics-site .navbar.page-nav .collapsed .chevron-icon {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .anthropics-site .navbar.navbar-expand-lg .container, .anthropics-site .navbar.navbar-expand-lg .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.anthropics-site .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: inherit;
}
.anthropics-site .business-top-nav a {
  font-size: 0.8em;
  color: black;
}
@media (min-width: 1080px) {
  .anthropics-site .business-top-nav a {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .anthropics-site .business-top-nav a {
    font-size: 1.3em;
  }
}
.anthropics-site .business-top-nav a:hover {
  text-decoration: underline;
}
.anthropics-site .photo-frame {
  padding: 1em;
  background-color: #fff;
  box-shadow: 1px 2px 8px 5px #ccc;
}

.lp-site {
  /* --------------------------------------- */
  /*               Housestyle                */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /*             Overall Styling             */
  /* --------------------------------------- */
  /**     Homepage      **/
  /**   Upgrade page   **/
  /**     download page     **/
  /**    New in V3     **/
  /**  special deals  **/
  /**   tutorials   **/
  /**   gallery page   **/
  /**     contact     **/
  /**    editions    **/
  /** photo editing software **/
  /** licenses **/
}
.lp-site ul {
  -webkit-padding-start: 0em;
  padding-left: 0em;
}
.lp-site .btn-default {
  color: #fff !important;
  background-color: #00a99e !important;
  border: none !important;
  cursor: pointer;
}
.lp-site .btn-default:hover {
  background-color: #008a81 !important;
}
.lp-site .dark-form-control {
  color: #96a1b2;
  background-color: #222831;
  border: 1px solid #96a1b2;
  width: 260px;
  height: 40px;
  font-size: 15px;
}
.lp-site input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: #00a99e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.lp-site input[type=submit]:hover, .lp-site input[type=submit]:active {
  color: #fff;
  background-color: #008a81;
  text-decoration: none;
}
.lp-site #footer a {
  color: #96a1b2;
}
.lp-site #footer a:hover {
  color: #00a99e;
}
.lp-site #footer-bottom a:hover {
  color: #00a99e;
}
.lp-site #languages img {
  margin: 0 3px;
}
.lp-site #confidence-modal .modal-header, .lp-site #testimonial-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}
.lp-site #confidence-modal .modal-body, .lp-site #testimonial-modal .modal-body {
  padding: 0px;
}
.lp-site #confidence-modal .modal-body .confidence-blue-bar, .lp-site #testimonial-modal .modal-body .confidence-blue-bar {
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.lp-site #confidence-modal .modal-body .confidence-blue-bar .background, .lp-site #testimonial-modal .modal-body .confidence-blue-bar .background {
  height: 220px;
  width: 120%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 50%;
  top: 50%;
  background: #46abd7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #46abd7 0%, #0980d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46abd7", endColorstr="#0980d7",GradientType=1 );
  /* IE6-9 */
}
.lp-site #confidence-modal .modal-body .confidence-blue-bar h1, .lp-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px #0572c2;
  z-index: 2;
  font-size: 3.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 1079px) {
  .lp-site #confidence-modal .modal-body .confidence-blue-bar h1, .lp-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .lp-site #confidence-modal .modal-body .confidence-blue-bar h1, .lp-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
    font-size: 2.5em;
  }
}
.lp-site #confidence-modal .modal-body h3, .lp-site #testimonial-modal .modal-body h3 {
  line-height: 1.4em;
  width: 80%;
  margin: auto;
}
.lp-site #confidence-modal .modal-body h3.in-quotes, .lp-site #testimonial-modal .modal-body h3.in-quotes {
  position: relative;
}
.lp-site #confidence-modal .modal-body h3.in-quotes::before, .lp-site #testimonial-modal .modal-body h3.in-quotes::before {
  content: "";
  background: url(/landscapepro/img/modal/open_quote.png) no-repeat;
  height: 40px;
  background-size: contain;
  width: 40px;
  position: absolute;
  left: -40px;
  top: 15px;
}
.lp-site #confidence-modal .modal-body h3.in-quotes::after, .lp-site #testimonial-modal .modal-body h3.in-quotes::after {
  content: "";
  background: url(/landscapepro/img/modal/close_quote.png) no-repeat;
  height: 40px;
  background-size: contain;
  width: 40px;
  position: absolute;
  right: -40px;
  top: 47px;
}
.lp-site #confidence-modal .buy-btn, .lp-site #testimonial-modal .buy-btn {
  padding: 8px 70px;
  font-weight: 600;
  font-size: 1.5em;
}
.lp-site .buy-modal {
  max-width: 450px;
}
.lp-site .buy-modal .modal-content {
  text-align: center;
}
.lp-site .buy-modal .modal-content p {
  font-weight: 300;
  color: #212121;
}
.lp-site .buy-modal .modal-content .modal-header {
  border-width: 4px;
  border-color: #00a99e;
}
.lp-site .buy-modal .modal-content .modal-footer {
  justify-content: center;
  border-top: none;
  padding-top: 0;
}
.lp-site .buy-page-modal .modal-content .modal-body #modal-buy {
  position: absolute;
  bottom: 15px;
  right: 285px;
}
@media screen and (max-width: 1079px) {
  .lp-site .buy-page-modal .modal-content .modal-body #modal-buy {
    bottom: 10px;
    right: 140px;
  }
}
@media screen and (max-width: 546px) {
  .lp-site .buy-page-modal .modal-content .modal-body #modal-buy {
    width: 22%;
    right: 31%;
  }
}
.lp-site .buy-page-modal .modal-content .modal-body #modal-buy-max {
  position: absolute;
  bottom: 15px;
  right: 133px;
}
@media screen and (max-width: 1079px) {
  .lp-site .buy-page-modal .modal-content .modal-body #modal-buy-max {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 546px) {
  .lp-site .buy-page-modal .modal-content .modal-body #modal-buy-max {
    width: 22%;
    right: 3%;
  }
}
.lp-site .buy-page-modal .modal-content .modal-body #modal-table {
  display: block;
  margin: 30px auto;
  position: relative;
}
.lp-site .home-page .thumbnail-container {
  vertical-align: top;
  cursor: auto;
}
.lp-site .home-page .thumbnail-container .thumbnail-info {
  background: transparent;
}
.lp-site .home-page .thumbnail-container svg.video_button {
  position: relative;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
.lp-site .home-page .thumbnail-container svg.video_button .st0 {
  fill: #FFFFFF;
}
@media screen and (max-width: 1079px) {
  .lp-site .home-page .thumbnail-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.lp-site .home-page a {
  color: #ac8e66;
}
.lp-site .home-page a:hover {
  color: #937553;
}
.lp-site .home-page .buy-btn {
  color: #fff;
}
.lp-site .home-page .buy-btn:hover {
  color: #fff;
}
.lp-site .home-page .slideshow-row h2 {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .lp-site .home-page .slideshow-row h2 {
    width: 75%;
  }
}
.lp-site .home-page .imageslider-img-container {
  position: relative;
}
.lp-site .home-page .imageslider-img-container img {
  margin: 0px auto;
  display: block;
}
.lp-site .home-page .imageslider-img-container .imageslider-slider-img > span {
  padding: 25px 15px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-site .home-page .imageslider-img-container .imageslider-slider-img > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .lp-site .home-page .imageslider-img-container .imageslider-slider-img > span {
    font-size: 12px;
  }
}
.lp-site .home-page .imageslider-img-container .imageslider-slider-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.lp-site .home-page .what-it-does li, .lp-site .home-page .new-out-now li {
  list-style: none;
  line-height: 1.8em;
  margin-left: 1rem;
  position: relative;
}
.lp-site .home-page .what-it-does li::before, .lp-site .home-page .new-out-now li::before {
  content: "•";
  color: #ac8e66;
  display: inline-block;
  position: absolute;
  left: -26px;
  font-size: 1.5em;
}
.lp-site #new-version-out #violator {
  width: 62%;
  margin-left: 40px;
}
.lp-site #new-version-out #positioned-violator {
  width: 40%;
  position: absolute;
  top: 20px;
  right: 0px;
}
.lp-site #new-version-out #boxshot {
  width: 92%;
}
.lp-site .upgrade-page #activation-token input {
  width: 30%;
  background: #2d333d;
  border: 1px solid #96a1b2;
  color: #96a1b2;
}
@media only screen and (max-width: 767px) {
  .lp-site .upgrade-page #activation-token input {
    width: 80%;
  }
}
.lp-site .upgrade-page #activation-token input[type=submit] {
  background: #ac8e6b;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 3px 20px;
  text-transform: none;
  width: 20%;
  text-align: center;
}
.lp-site .upgrade-page #activation-token input[type=submit]:hover {
  background: #937553;
}
@media only screen and (max-width: 767px) {
  .lp-site .upgrade-page #activation-token input[type=submit] {
    width: 60%;
  }
}
.lp-site .upgrade-page .upgrade-tables .table-button, .lp-site .upgrade-page .upgrade-tables .table-heading {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}
.lp-site .upgrade-page .upgrade-tables .table-heading {
  border-bottom: 1px solid;
  color: #96a1b2;
}
.lp-site .upgrade-page #earlier-version, .lp-site .upgrade-page #v2 {
  display: none;
}
.lp-site .upgrade-page #earlier-button:focus, .lp-site .upgrade-page #v2-button:focus {
  color: #fff;
}
.lp-site .download-page input, .lp-site .download-page select {
  font-size: 14px;
}
.lp-site .download-page .secure-dl {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  font-size: 28px !important;
  color: #00a99e;
  margin: 0;
}
.lp-site .download-page .sec-dl-container {
  margin: 15px auto;
}
.lp-site .download-page .thank-you p {
  font-size: 15px;
}
.lp-site .download-page .thank-you h4 {
  font-weight: 600 !important;
}
.lp-site .download-page span.thumb-overlay {
  background: rgba(255, 255, 255, 0.4);
  color: transparent;
  display: block;
  height: 100%;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.lp-site .download-page span.thumb-overlay:hover {
  opacity: 1;
}
.lp-site .download-page span.thumb-overlay:before {
  background: url(/img/misc/zoom.png) no-repeat;
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  height: 58px;
  margin: -29px 0 0 -29px;
  left: 50%;
  top: 50%;
  width: 58px;
}
.lp-site .download-page a.tutorial-link {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.lp-site .new-in-v3-page .btn-header {
  padding: 7px 60px;
}
.lp-site .new-in-v3-page .header-banner .violator {
  left: auto;
  right: 5%;
  top: 5%;
}
.lp-site .new-in-v3-page .header-banner .banner-overlay {
  display: flex;
  justify-content: center;
}
.lp-site .new-in-v3-page .header-banner .banner-overlay h1 {
  font-size: 1.5em;
  text-shadow: 2px 2px 2px #000;
  text-shadow: 1px 2px 5px #2f2f2f;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .lp-site .new-in-v3-page .header-banner .banner-overlay h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1080px) {
  .lp-site .new-in-v3-page .header-banner .banner-overlay h1 {
    font-size: 2.5em;
  }
}
.lp-site .new-in-v3-page img#remove-objects-image {
  max-width: 103%;
  width: 103%;
  margin-left: -3%;
}
@media (max-width: 600px) {
  .lp-site .new-in-v3-page img#remove-objects-image {
    max-width: 100%;
    margin-left: 0%;
  }
}
.lp-site .new-in-v3-page img#straighten-tools {
  width: 100%;
}
@media (min-width: 1080px) {
  .lp-site .new-in-v3-page img#straighten-tools {
    width: 80%;
  }
}
.lp-site .new-in-v3-page img#smart-filter-side {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 15px;
  margin-top: -80px;
  width: 40%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lp-site .new-in-v3-page img#smart-filter-side {
    float: right;
    margin-top: -110px;
    margin-left: 2em;
    margin-right: 0px;
    width: 30%;
  }
}
@media screen and (min-width: 1079px) {
  .lp-site .new-in-v3-page img#smart-filter-side {
    margin-left: 3em;
    margin-top: -136px;
  }
}
.lp-site .new-in-v3-page .caption > span {
  padding: 0.6rem;
}
.lp-site .new-in-v3-page #overlay-after {
  width: 75%;
}
.lp-site .new-in-v3-page #overlay-before {
  position: absolute;
  width: 40%;
  right: 0;
  top: 10%;
}
.lp-site .special-deals-page .mobile-bundle {
  padding: 2rem 0;
}
.lp-site .special-deals-page .mobile-bundle img {
  display: block;
  margin: 0 auto;
}
.lp-site .special-deals-page .mobile-bundle h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.lp-site .special-deals-page .mobile-bundle p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lp-site .special-deals-page .mobile-bundle ul {
  list-style-type: none;
}
.lp-site .special-deals-page .mobile-bundle ul li {
  color: #96a1b2;
  font-size: 0.9em;
}
.lp-site .special-deals-page .mobile-bundle .buy-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.lp-site .special-deals-page .mobile-bundle .buy-btn:hover {
  color: #fff;
}
.lp-site .special-deals-page .mobile-bundle span.large-price {
  text-align: center;
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}
.lp-site .special-deals-page .mobile-bundle .saving-price {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #de9e4e;
  line-height: 20px;
}
.lp-site .special-deals-page #bundles-container {
  padding-bottom: 100px;
}
.lp-site .special-deals-page #bundles-container .bundle-row {
  display: block;
  width: 1170px;
  height: 350px;
  margin: 40px auto;
  background-color: #1C1C1C;
}
.lp-site .special-deals-page #bundles-container .bundle-row.tall-row {
  height: 400px;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  background-color: #1C1C1C;
  margin: 0px;
}
@media screen and (max-width: 1079px) {
  .lp-site .special-deals-page #bundles-container .bundle-row .bundle-column {
    margin-right: 55px;
  }
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column:nth-child(2) {
  margin: 0 45px;
}
@media screen and (max-width: 1079px) {
  .lp-site .special-deals-page #bundles-container .bundle-row .bundle-column:nth-child(2) {
    margin: 30px 0px;
  }
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column a:hover {
  text-decoration: none;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column a:active {
  text-decoration: none;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 15px 0px;
  font-size: 30px;
  margin: 0px !important;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content {
  padding: 20px 0;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 20px;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: 0px;
  padding: 0 20px;
  font-weight: 600 !important;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container span.more-info {
  float: right;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container span.more-info:hover {
  text-decoration: underline;
  cursor: pointer;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container .extra-info {
  background-color: #141414;
  padding: 20px 10px;
  margin-bottom: 20px;
  display: none;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container .extra-info ul {
  list-style-type: none;
  margin: -10px 0 0 0;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container .extra-info ul > li {
  text-indent: -10px;
  color: #fff;
  margin-left: 30px;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container .extra-info ul > li:before {
  content: "-";
  padding-right: 5px;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container .extra-info span.video-overview {
  padding: 0 20px;
  margin-top: 20px;
  display: block;
  color: #fbb03b;
}
.lp-site .special-deals-page #bundles-container .bundle-row .bundle-column .column-content .info-container .extra-info span.video-overview:hover {
  cursor: pointer;
  text-decoration: underline;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.buy-section {
  padding: 0 30px;
  border-left: 1px solid #404040;
  width: 300px;
  vertical-align: top;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container {
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price {
  padding: 18px 0;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price span.large-price {
  text-align: center;
  display: block;
  font-size: 48px;
  letter-spacing: -2px;
  color: #fff;
  line-height: 50px;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price span.saving-price {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fbb03b;
  line-height: 20px;
  margin-top: 10px;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container a {
  color: #fff;
  display: block;
  width: 180px;
  background-color: #fbb03b;
  text-align: center;
  margin: auto;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 3px;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.product-info-container {
  height: 100%;
  width: 1030px;
  position: absolute;
  left: 0px;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.product-info-container .product-info {
  width: 515px;
  display: inline-block;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.product-info-container .product-info .description-container {
  text-align: center;
  margin-bottom: 55px;
}
.lp-site .special-deals-page #bundles-container .bundle-row section.product-info-container .product-info .description-container .description {
  margin: 0;
  display: inline-block;
  width: 340px;
  font-size: 15px;
  padding: 4px;
  font-style: italic;
  color: #adadad;
  border: 1px solid #8e8e8e;
}
.lp-site .special-deals-page .video-container {
  background-color: #4b5050;
}
.lp-site .bundle-row a > *:hover {
  text-decoration: none;
}
.lp-site .bundle-row img {
  display: inline-block;
  margin-bottom: -6px;
}
.lp-site .extra-info {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #141414;
  display: none;
  width: 515px;
  vertical-align: top;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.lp-site .extra-info ul {
  list-style-type: none;
  margin: -10px 0 0 0;
}
.lp-site .extra-info ul > li {
  text-indent: -10px;
  color: #fff;
}
.lp-site .extra-info ul > li:before {
  content: "-";
  padding-right: 5px;
}
.lp-site section.bundle-back {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
  width: 34px;
  background: #1c1c1c;
  border-right: 1px solid black;
}
.lp-site section.bundle-back:hover {
  cursor: pointer;
}
.lp-site section.bundle-back span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(4) scaleX(1.3);
}
.lp-site section.product-features {
  display: inline-block;
  height: 100%;
  width: 478px;
  margin-left: -3px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #131313;
}
.lp-site section.product-features h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  padding: 0 20px;
}
.lp-site section.features-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.lp-site section.features-container ul {
  padding-left: 2rem;
}
.lp-site .bundle-row h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0 0 20px 0px;
  font-size: 30px;
  margin: 0px;
}
.lp-site section.info-container p {
  color: #8e8e8e;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 20px;
}
.lp-site section.center-container {
  width: 515px;
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.lp-site span.more-info {
  float: right;
}
.lp-site span.more-info:hover {
  text-decoration: underline;
  cursor: pointer;
}
.lp-site span.video-overview {
  padding: 0 20px;
  margin-top: 20px;
  display: block;
  color: #fbb03b;
}
.lp-site span.video-overview:hover {
  cursor: pointer;
  text-decoration: underline;
}
.lp-site .popin-close, .lp-site .popin-close b, .lp-site .popin-close b:hover, .lp-site .popin-close:hover {
  color: #000 !important;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .lp-site section.bundle-row:nth-child(2) {
    margin: 30px 0px;
  }
  .lp-site section.bundle-row {
    margin-right: 55px;
  }
}
.lp-site .tutorial-page .video-wrapper-mobile {
  margin: 5% 0;
}
.lp-site .tutorial-page .video-wrapper-mobile p {
  text-align: center;
}
.lp-site .gallery-page .thumb {
  width: 100%;
}
.lp-site .gallery-page .fancybox {
  position: relative;
  height: 100%;
}
.lp-site .gallery-page span.hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.28);
}
.lp-site .gallery-page span.hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-site #before {
  position: absolute;
  display: block;
  z-index: 2000;
  bottom: 4%;
  height: 35px;
  width: 165px;
  background: #00a99e;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid white;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
}
.lp-site #before:hover {
  background: #008a81;
}
.lp-site #map iframe {
  max-width: 100%;
}
.lp-site .editions-page .ed-button {
  padding: 2px 10px;
  display: inline-block;
  float: right;
}
.lp-site .editions-page .extended-pricing-table {
  height: 100%;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
.lp-site .editions-page .extended-pricing-table .column {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.lp-site .editions-page .extended-pricing-table .column ul {
  list-style-type: none;
}
.lp-site .editions-page .extended-pricing-table .column .header {
  color: #fff;
  min-height: 97px;
}
.lp-site .editions-page .extended-pricing-table .column .header .title {
  margin-top: 0;
  background: #3e7774;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 8px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.lp-site .editions-page .extended-pricing-table .column .header .price {
  margin-bottom: 0px;
}
.lp-site .editions-page .extended-pricing-table .column .header .price .old_price {
  text-decoration: line-through;
  font-size: 16px;
  color: #bfece7;
}
.lp-site .editions-page .extended-pricing-table .column .header .price span {
  font-size: 30px;
  display: block;
}
.lp-site .editions-page .extended-pricing-table .column .features {
  border-left: 1px solid #fff;
  padding: 0;
  list-style: none;
  margin: 0;
}
.lp-site .editions-page .extended-pricing-table .column .features li {
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
  padding: 8px 10px;
}
@media screen and (max-width: 1079px) {
  .lp-site .editions-page .extended-pricing-table .column .features li:before {
    color: #7b7b7b;
    content: attr(data-feature) ":" !important;
    display: block;
    font-weight: 600;
    text-align: center;
  }
}
.lp-site .editions-page .extended-pricing-table .column .features li:nth-child(even) {
  background: #f0f0f0;
}
.lp-site .editions-page .extended-pricing-table .column .features li .check {
  background: url(/img/misc/icon-check-3-green.png) no-repeat center 2px;
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 24px;
}
.lp-site .editions-page .extended-pricing-table .column .ed-footer {
  background: #f8f8f8;
  padding: 16px 20px;
}
.lp-site .editions-page .extended-pricing-table .column .ed-footer .buy-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
}
.lp-site .editions-page .extended-pricing-table .column.features-list {
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .lp-site .editions-page .extended-pricing-table .column.features-list {
    display: none;
  }
}
.lp-site .editions-page .extended-pricing-table .column.features-list .features {
  border-left: none;
}
.lp-site .editions-page .extended-pricing-table .column.features-list .header {
  background: none;
}
.lp-site .editions-page .extended-pricing-table .column.features-list .ed-footer {
  background: none;
}
.lp-site .editions-page .extended-pricing-table .column.studiomax .header {
  background-color: #33b3ab;
  min-height: 107px;
}
.lp-site .editions-page .extended-pricing-table .column.studiomax .header .title {
  background-color: #008077;
  margin-bottom: 7px;
}
.lp-site .editions-page .extended-pricing-table .column.studio .header {
  background-color: #92d0d3;
}
.lp-site .editions-page .extended-pricing-table .column.studio .header .title {
  background-color: #48acb7;
}
.lp-site .editions-page .extended-pricing-table .column.standard .header {
  background-color: #5eb3ae;
}
.lp-site .editions-page .extended-pricing-table .column.standard .header .title {
  background-color: #3e7774;
}
.lp-site .editions-page .extended-pricing-table .column.featured {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.lp-site .editions-page .extended-pricing-table .column.featured .title {
  margin-top: -10px;
  color: #fff;
  font-size: 17px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.lp-site .editions-page .extended-pricing-table .column.featured .features li {
  background: #fff;
}
.lp-site .editions-page .extended-pricing-table .column.featured .features li:nth-child(even) {
  background: #f6f6f6;
}
.lp-site .editions-page .extended-pricing-table .column.featured .ed-footer {
  padding-bottom: 30px;
}
.lp-site .editions-page .buy-btn {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 7px;
  word-wrap: normal;
}
@media screen and (max-width: 500px) {
  .lp-site .editions-page .buy-btn {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.lp-site .editions-page .buy-btn.small {
  font-size: 15px;
}
@media screen and (max-width: 350px) {
  .lp-site .editions-page .buy-btn.small {
    font-size: 13px;
  }
}
.lp-site .editions-page .buy-btn.xs {
  font-size: 13px;
}
.lp-site .pressroom .press-headers {
  background: #00a99e;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0.5rem;
  font-weight: 600;
  margin-top: 1rem;
}
.lp-site .pressroom .pricing-table {
  margin-bottom: 1rem;
}
.lp-site .pressroom .pricing-table tr td, .lp-site .pressroom .pricing-table tr th {
  padding: 1rem;
}
.lp-site .pressroom #older_link {
  margin-bottom: 20px;
}
.lp-site .pressroom .sidebar .widget-title {
  color: #414141;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.lp-site .pressroom .sidebar .categories li {
  background: url(/img/misc/list-arrow_spe.png) no-repeat 0 17px;
  border-bottom: 1px dotted #ced8df;
  list-style: none;
  margin: 0;
}
.lp-site .pressroom .sidebar .categories a {
  color: #868686;
  display: block;
  padding: 5px 0 5px 15px;
}
.lp-site .pressroom .sidebar .open-video {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lp-site .pressroom .sidebar .zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.lp-site .pressroom .sidebar .zoom::before {
  content: "";
  background: url(/img/misc/zoom.png) no-repeat;
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -28px;
}
@media screen and (max-width: 1080px) {
  .lp-site .photo-editing-software-page .video-wrapper iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .lp-site .photo-editing-software-page .video-wrapper iframe {
    height: 400px;
  }
}
@media screen and (max-width: 546px) {
  .lp-site .photo-editing-software-page .video-wrapper iframe {
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .lp-site .photo-editing-software-page .video-wrapper iframe {
    height: 250px;
  }
}
.lp-site .photo-editing-software-page .btn-header {
  padding: 8px 25px;
  font-size: 16px;
}
.lp-site .licenses-page input[type=submit] {
  padding: 6px 15px;
  font-size: 14px;
}
.lp-site .licenses-page .form-inline {
  display: block;
  padding: 10px 0;
}
.lp-site .licenses-page .form-inline .form-group {
  display: block;
}
.lp-site .licenses-page .form-inline .form-group label {
  display: block;
}
.lp-site .licenses-page .license-download-container {
  display: inline-block;
}
.lp-site .licenses-page .license-download-container .download-btn {
  padding: 5px 3rem;
  color: #fff;
  background: #00a99e;
  cursor: pointer;
}
.lp-site .licenses-page .license-download-container .download-btn:hover {
  text-decoration: none !important;
}
.lp-site .licenses-page .license-download-container select {
  width: 200px;
}
.lp-site .licenses-page .license-download-container .secure_download {
  display: block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
}
.lp-site .licenses-page .license-download-container .secure_download img {
  width: 40px;
  margin-bottom: 5px;
}
.lp-site .licenses-page .license-download-container .secure_download p {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.lp-site .updates-page .associated-text {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
  color: #96a1b2;
}
.lp-site .updates-page p {
  color: #96a1b2;
}
.lp-site #back-to-top {
  background-color: rgba(0, 169, 158, 0.7);
}
.lp-site .touch-device #back-to-top:hover {
  background-color: rgba(0, 169, 158, 0.7);
}
.lp-site .not-ie #footer:before {
  background: #fff;
  content: "";
  left: 50%;
  display: block;
  height: 15px;
  margin: 0 0 0 -7.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  width: 15px;
  display: none;
}
.lp-site x:-o-prefocus {
  display: none;
}
.lp-site .tablet-btns {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .lp-site .tablet-btns {
    display: none !important;
  }
}
.lp-site .tablet-btns.mobile-nav-buttons {
  width: 100%;
}
.lp-site .tablet-btns.mobile-nav-buttons li {
  width: 50%;
  float: left;
}
.lp-site .tablet-btns li {
  list-style: none;
  padding: 0;
}
.lp-site .tablet-btns li a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
  transition: background 0.2s;
}
.lp-site .header-banner .banner-overlay {
  position: absolute;
  top: 0%;
  left: 15px;
  transform: translate(0);
  height: 100%;
  width: 100%;
}
.lp-site .header-banner .violator {
  left: auto;
  right: 5%;
  top: 5%;
}
@media screen and (max-width: 1200px) {
  .lp-site .header-banner .violator img {
    width: 250px;
  }
}
@media screen and (max-width: 475px) {
  .lp-site .header-banner .violator img {
    width: 200px;
  }
}
.lp-site .header-banner .btn-header.buy-btn img {
  position: absolute;
  top: -9px;
  right: 0;
  z-index: 1001;
}
@media screen and (max-width: 1079px) {
  .lp-site .header-banner .btn-header.buy-btn img {
    width: 50px;
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .lp-site .header-banner .btn-header.buy-btn img {
    right: 5%;
  }
}
@media screen and (max-width: 475px) {
  .lp-site .header-banner .btn-header.buy-btn img {
    display: none;
  }
}
.lp-site .thumbnail-container {
  position: relative;
  display: inline-block;
}
.lp-site .thumbnail-container .thumbnail-img-container {
  position: relative;
}
.lp-site .thumbnail-container .thumbnail-img-container > img {
  width: 100%;
}
@media (max-width: 425px) {
  .lp-site .thumbnail-container {
    margin: 0px auto;
    width: 100%;
  }
}
.lp-site .thumbnail-container .thumbnail-info {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}
.lp-site .thumbnail-container .thumbnail-info p {
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 24px;
  margin: 5px 0 10px !important;
  font-size: 14px;
}
.lp-site .thumbnail-container .thumbnail-caption {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.lp-site #is-container {
  margin: 40px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-site #is-container > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  .lp-site #is-container > span {
    font-size: 14px;
  }
}
.lp-site #is-container #is-view {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lp-site #is-container #is-view #is-images {
  position: absolute;
  left: 0;
  top: 0;
}
.lp-site #is-container #is-view #is-images img {
  margin: 0px;
  display: inline-block;
}
.lp-site #is-container #is-view .is-img {
  display: inline-block;
  vertical-align: top;
}
.lp-site #is-container #is-view .is-img > span {
  padding: 25px 15px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-site #is-container #is-view .is-img > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .lp-site #is-container #is-view .is-img > span {
    font-size: 12px;
  }
}
.lp-site #is-container #is-view .is-img-container {
  position: relative;
}
.lp-site #is-container #is-view .is-img-container > span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  z-index: 11;
}
.lp-site #is-container #is-view .is-slider-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.lp-site #is-container .is-nav-arrow {
  background-color: #00a99e;
  display: inline-block;
  border-radius: 22px;
  padding: 5px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  box-shadow: 1px 2px 3px #757575;
  position: absolute;
  z-index: 15;
}
.lp-site #is-container .is-nav-arrow.right-arrow {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .lp-site #is-container .is-nav-arrow.right-arrow {
    right: -10px;
  }
}
.lp-site #is-container .is-nav-arrow.left-arrow {
  left: -20px;
}
@media screen and (max-width: 767px) {
  .lp-site #is-container .is-nav-arrow.left-arrow {
    left: -10px;
  }
}
.lp-site #is-container .is-nav-arrow:hover {
  background-color: #008a81;
}
.lp-site .sw-container > img {
  width: 100%;
}
.lp-site .sw-container .sw-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.lp-site .sw-container .sw-slider {
  position: absolute;
  width: 2px;
  background: white;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: move;
  /* fallback for grab */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.lp-site .sw-container .sw-slider img {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateY(-50%);
}
.lp-site .sw-container .sw-slider.active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.lp-site .video-container {
  position: fixed;
  top: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: verdana;
  font-size: 14px;
  color: #222;
  z-index: 1300;
}
.lp-site .video-container #vimeo_player {
  max-height: calc(100vh - 140px);
}
.lp-site .video-container .close {
  position: absolute;
  right: 4px;
  top: 0px;
}
.lp-site .video_button .st0 {
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}
.lp-site .video_button:hover {
  cursor: pointer;
}
.lp-site .video_button:hover .st0 {
  fill: #00a99e !important;
}
.lp-site a.button {
  background: #00a99e;
  border-radius: 4px;
  color: #fff;
}
.lp-site a.button:hover {
  color: #fff;
  background: #00877E;
  text-decoration: none !important;
}
.lp-site a.big {
  padding: 7px 10px;
}
.lp-site a.small {
  padding: 5px 7px;
  font-size: 14px;
}
.lp-site span.negative:before {
  content: "-";
  padding-right: 2px;
  margin-left: -7px;
}
.lp-site form#enter-name {
  margin-bottom: 50px;
}
.lp-site label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px;
}
.lp-site input#activate-btn {
  color: #fff;
  background-color: #00a99e;
  border: none !important;
}
.lp-site input#activate-btn:hover {
  background-color: #008a81;
}
.lp-site .activate-page .row {
  margin: 50px 0;
}
.lp-site form[name=adminForm] tr {
  height: 35px;
}
.lp-site form[name=adminForm] td:first-child {
  padding-right: 25px;
}
.lp-site form[name=adminForm] input[type=submit] {
  color: #fff;
  background: #00a99e;
  border: none !important;
  font-size: 15px;
}
.lp-site form[name=adminForm] input[type=submit]:hover {
  background: #00877E;
}
.lp-site form[name=vat-form] input[type=submit] {
  color: #fff;
  background: #00a99e;
  border: none !important;
  padding: 3px 12px;
}
.lp-site form[name=vat-form] input[type=submit]:hover {
  background: #00877E;
}
.lp-site .dropcap {
  background: #eaeaea;
  color: #777;
  display: inline-block;
  float: left;
  font-size: 23px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 36px;
}
.lp-site .faq_a table {
  margin-bottom: 30px;
}
.lp-site td.faq_lower {
  width: 75%;
  float: left;
}
.lp-site table.tickets {
  border-color: transparent;
}
.lp-site table.tickets td {
  background-color: white;
  padding: 2px;
}

.pe-site {
  /* --------------------------------------- */
  /*               Housestyle                */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /*             Overall Styling             */
  /* --------------------------------------- */
  /**     download page     **/
  /**    editions    **/
  /* Products */
  /* ---------------------------------------------------------------------- */
  /*	Contact Us
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*	Licenses
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*	Lists
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*	Forms
  /* ---------------------------------------------------------------------- */
  /* Fix for Mobile Safari */
  /* Chrome, Safari */
  /* Firefox */
  /* jQuery fallback */
  /* ---------------------------------------------------------------------- */
  /*	Header
  /* ---------------------------------------------------------------------- */
  /* -------------------------------------------------- */
  /*	Page Header
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /*	Main
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /*	Widgets
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /*	Sidebar
  /* -------------------------------------------------- */
  /* -------------------------------------------------- */
  /*	Back to Top
  /* -------------------------------------------------- */
  /* VideoJS */
  /* ---------------------------------------------------------------------- */
  /*	Media Queries
  /* ---------------------------------------------------------------------- */
  /* Smaller than standard 960 (devices and browsers) */
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  /* All Mobile Sizes (devices and browser) */
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
}
.pe-site #confidence-modal .modal-header, .pe-site #testimonial-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}
.pe-site #confidence-modal .modal-body, .pe-site #testimonial-modal .modal-body {
  padding: 0px;
}
.pe-site #confidence-modal .modal-body .confidence-blue-bar, .pe-site #testimonial-modal .modal-body .confidence-blue-bar {
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.pe-site #confidence-modal .modal-body .confidence-blue-bar .background, .pe-site #testimonial-modal .modal-body .confidence-blue-bar .background {
  height: 220px;
  width: 120%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 50%;
  top: 50%;
  background: #46abd7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #46abd7 0%, #0980d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46abd7", endColorstr="#0980d7",GradientType=1 );
  /* IE6-9 */
}
.pe-site #confidence-modal .modal-body .confidence-blue-bar h1, .pe-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px #0572c2;
  z-index: 2;
  font-size: 3.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 1079px) {
  .pe-site #confidence-modal .modal-body .confidence-blue-bar h1, .pe-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .pe-site #confidence-modal .modal-body .confidence-blue-bar h1, .pe-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
    font-size: 2.5em;
  }
}
.pe-site #confidence-modal .modal-body h3, .pe-site #testimonial-modal .modal-body h3 {
  line-height: 1.4em;
}
.pe-site #confidence-modal .buy-btn, .pe-site #testimonial-modal .buy-btn {
  padding: 8px 70px;
  font-weight: 600;
  font-size: 1.5em;
}
.pe-site .buy-modal {
  max-width: 450px;
}
.pe-site .buy-modal .modal-content {
  text-align: center;
}
.pe-site .buy-modal .modal-content p {
  font-weight: 300;
  color: #212121;
}
.pe-site .buy-modal .modal-content .modal-header {
  border-width: 4px;
  border-color: #00a99e;
}
.pe-site .buy-modal .modal-content .modal-footer {
  justify-content: center;
  border-top: none;
  padding-top: 0;
}
.pe-site .buy-page-modal .modal-content .modal-body #modal-buy-button {
  background-color: #84882D;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  padding: 12px 0;
}
.pe-site .buy-page-modal .modal-content .modal-body #modal-buy-button:hover {
  background-color: #B0B53C;
  color: #fff;
}
.pe-site .buy-page-modal .modal-content .modal-body #modal-buy-text {
  color: #444;
  font-size: 1.8em;
  padding-left: 1em;
  text-align: center;
  margin-bottom: 0;
}
.pe-site ul {
  -webkit-padding-start: 0em;
  padding-left: 0em;
}
.pe-site .btn-default {
  color: #fff;
  background-color: #84882D;
  border: none;
  cursor: pointer;
}
.pe-site .btn-default:hover {
  background-color: #B0B53C;
}
.pe-site .dark-form-control {
  color: #96a1b2;
  background-color: #222831;
  border: 1px solid #96a1b2;
  width: 260px;
  height: 40px;
  font-size: 15px;
}
.pe-site input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: #84882D;
  padding: 6px 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.pe-site input[type=submit]:hover, .pe-site input[type=submit]:active {
  color: #fff;
  background-color: #B0B53C;
  text-decoration: none;
}
.pe-site #footer a:hover {
  color: #da8316;
}
.pe-site #footer-bottom a:hover {
  color: #84882D;
}
.pe-site #languages img {
  margin: 0 3px;
}
.pe-site .navbar.navbar-dark .navbar-nav > li.active {
  border-bottom-color: #84882D;
}
.pe-site .home-page .header-banner {
  background-color: #080403;
}
.pe-site .download-page .secure-dl {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  font-size: 28px !important;
  color: #b7bb4e;
  margin: 0;
}
.pe-site .download-page .sec-dl-container {
  margin-bottom: 40px;
}
.pe-site .download-page .download-links {
  margin-bottom: 3rem;
}
.pe-site .download-page .thank-you p {
  font-size: 15px;
}
.pe-site .download-page a.tutorial-link {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.pe-site .download-page span.thumb-overlay {
  background: rgba(255, 255, 255, 0.4);
  color: transparent;
  display: block;
  height: 100%;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.pe-site .download-page span.thumb-overlay:hover {
  opacity: 1;
}
.pe-site .download-page .thumb-overlay:before {
  background: url(/img/misc/zoom.png) no-repeat;
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  height: 58px;
  margin: -29px 0 0 -29px;
  left: 50%;
  top: 50%;
  width: 58px;
}
.pe-site .download-page select {
  cursor: pointer;
}
.pe-site .download-page #trial-links {
  -webkit-appearance: menulist;
}
.pe-site .editions-page {
  padding-top: 40px;
}
.pe-site .editions-page .ed-button {
  padding: 2px 10px;
  display: inline-block;
  float: right;
}
.pe-site .editions-page .extended-pricing-table {
  height: 100%;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
.pe-site .editions-page .extended-pricing-table .column {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.pe-site .editions-page .extended-pricing-table .column ul {
  list-style-type: none;
}
.pe-site .editions-page .extended-pricing-table .column .header {
  color: #fff;
  min-height: 100px;
}
.pe-site .editions-page .extended-pricing-table .column .header .title {
  margin-top: 0;
  background: #3e7774;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 7px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.pe-site .editions-page .extended-pricing-table .column .header .price {
  margin-bottom: 0px;
}
.pe-site .editions-page .extended-pricing-table .column .header .price .old_price {
  text-decoration: line-through;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.58);
}
.pe-site .editions-page .extended-pricing-table .column .header .price span {
  font-size: 30px;
  display: block;
}
.pe-site .editions-page .extended-pricing-table .column .features {
  border-left: 1px solid #fff;
  padding: 0;
  list-style: none;
  margin: 0;
}
.pe-site .editions-page .extended-pricing-table .column .features li {
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
  padding: 8px 10px;
  margin-left: 0;
}
@media screen and (max-width: 1079px) {
  .pe-site .editions-page .extended-pricing-table .column .features li:before {
    color: #7b7b7b;
    content: attr(data-feature) ":" !important;
    display: block;
    font-weight: 600;
    text-align: center;
  }
}
.pe-site .editions-page .extended-pricing-table .column .features li:nth-child(even) {
  background: #f0f0f0;
}
.pe-site .editions-page .extended-pricing-table .column .features li .check {
  background: url(/img/misc/icon-check-3-green.png) no-repeat center 2px;
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 24px;
}
.pe-site .editions-page .extended-pricing-table .column .ed-footer {
  background: #f8f8f8;
  padding: 16px 20px;
}
.pe-site .editions-page .extended-pricing-table .column .ed-footer .buy-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
}
.pe-site .editions-page .extended-pricing-table .column.features-list {
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .pe-site .editions-page .extended-pricing-table .column.features-list {
    display: none;
  }
}
.pe-site .editions-page .extended-pricing-table .column.features-list .features {
  border-left: none;
}
.pe-site .editions-page .extended-pricing-table .column.features-list .header {
  background: none;
}
.pe-site .editions-page .extended-pricing-table .column.features-list .ed-footer {
  background: none;
}
.pe-site .editions-page .extended-pricing-table .column.studio .header {
  background-color: #B0B53C;
  min-height: 110px;
}
.pe-site .editions-page .extended-pricing-table .column.studio .header .title {
  background-color: #84882D;
}
.pe-site .editions-page .extended-pricing-table .column.studio .buy-btn {
  background-color: #84882D;
}
.pe-site .editions-page .extended-pricing-table .column.studio .buy-btn:hover {
  background-color: #3a3a3a;
}
.pe-site .editions-page .extended-pricing-table .column.standard .header {
  background-color: #3a3a3a;
}
.pe-site .editions-page .extended-pricing-table .column.standard .header .title {
  background-color: #212121;
}
.pe-site .editions-page .extended-pricing-table .column.standard .price {
  margin-top: 10px;
}
.pe-site .editions-page .extended-pricing-table .column.standard .price .old_price {
  color: #868686;
}
.pe-site .editions-page .extended-pricing-table .column.standard .buy-btn {
  background-color: #3a3a3a;
}
.pe-site .editions-page .extended-pricing-table .column.standard .buy-btn:hover {
  background-color: #84882D;
}
.pe-site .editions-page .extended-pricing-table .column.featured {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.pe-site .editions-page .extended-pricing-table .column.featured .title {
  margin-top: -10px;
  color: #fff;
  font-size: 17px;
  padding-bottom: 11px;
  padding-top: 10px;
  position: relative;
}
.pe-site .editions-page .extended-pricing-table .column.featured .price {
  padding-top: 3px;
  padding-bottom: 9px;
}
.pe-site .editions-page .extended-pricing-table .column.featured .features li {
  background: #fff;
}
.pe-site .editions-page .extended-pricing-table .column.featured .features li:nth-child(even) {
  background: #f6f6f6;
}
.pe-site .editions-page .extended-pricing-table .column.featured .ed-footer {
  padding-bottom: 30px;
}
.pe-site .editions-page .buy-btn {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 7px;
  word-wrap: normal;
}
.pe-site .editions-page .buy-btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .pe-site .editions-page .buy-btn {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
.pe-site .editions-page .buy-btn.small {
  font-size: 15px;
}
@media screen and (max-width: 350px) {
  .pe-site .editions-page .buy-btn.small {
    font-size: 13px;
  }
}
.pe-site .editions-page .buy-btn.xs {
  font-size: 13px;
}
.pe-site .product-page ul {
  -webkit-padding-start: 0px;
  padding-left: 0px;
}
.pe-site .tools-page .learn-more {
  padding-bottom: 1.75rem;
  display: inline-block;
}
.pe-site .tools-page ul {
  -webkit-padding-start: 0px;
  padding-left: 0px;
  margin-bottom: 0.5em;
}
.pe-site .tools-page ul li {
  margin: 0.5em 0;
}
.pe-site .gallery-page a.fancybox {
  margin: auto;
  display: block;
}
.pe-site .tutorials-page .tutorial-wrapper {
  border-bottom: 1px solid transparent;
  margin-bottom: 3rem;
  transition: all 0.4s;
}
.pe-site .tutorials-page .tutorial-wrapper:hover {
  background: #f8f8f8;
  border-color: #84882D;
}
.pe-site .tutorials-page .tutorial-wrapper .video_desc {
  text-align: center;
  margin-top: 20px;
}
.pe-site .tutorials-page .tutorial-wrapper .video_desc .title {
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.pe-site .tutorials-page .tutorial-wrapper:hover .title {
  color: #84882D;
}
.pe-site .special-deals-page .mobile-bundle {
  padding: 2rem 0;
}
.pe-site .special-deals-page .mobile-bundle img {
  display: block;
  margin: 0 auto;
}
.pe-site .special-deals-page .mobile-bundle h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.pe-site .special-deals-page .mobile-bundle p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pe-site .special-deals-page .mobile-bundle ul {
  list-style-type: none;
}
.pe-site .special-deals-page .mobile-bundle ul li {
  color: #96a1b2;
  font-size: 0.9em;
}
.pe-site .special-deals-page .mobile-bundle .buy-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.pe-site .special-deals-page .mobile-bundle .buy-btn:hover {
  color: #fff;
}
.pe-site .special-deals-page .mobile-bundle span.large-price {
  text-align: center;
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}
.pe-site .special-deals-page .mobile-bundle .saving-price {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #de9e4e;
  line-height: 20px;
}
.pe-site .special-deals-page #bundles-container {
  padding-bottom: 100px;
}
.pe-site .special-deals-page #bundles-container .bundle-column {
  vertical-align: top;
  margin: 0px;
  margin-bottom: 20px;
}
.pe-site .special-deals-page #bundles-container .bundle-column section.price {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  padding: 18px 0;
}
.pe-site .special-deals-page #bundles-container .bundle-column span.large-price {
  text-align: center;
  display: block;
  font-size: 48px;
  letter-spacing: -2px;
  color: #fff;
  line-height: 50px;
}
.pe-site .special-deals-page #bundles-container .bundle-column span.saving-price {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fbb03b;
  line-height: 20px;
  margin-top: 10px;
}
.pe-site .special-deals-page #bundles-container .bundle-column section.column-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.pe-site .special-deals-page #bundles-container .bundle-column section.column-content h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: 0px;
  margin-left: 10px;
  font-weight: 600 !important;
}
.pe-site .special-deals-page #bundles-container .bundle-column span.more-info {
  float: right;
}
.pe-site .special-deals-page #bundles-container .bundle-column span.more-info:hover {
  text-decoration: underline;
  cursor: pointer;
}
.pe-site .special-deals-page #bundles-container .bundle-column section.buy-container {
  padding: 30px;
  border-top: 1px solid #404040;
}
.pe-site .special-deals-page #bundles-container .bundle-column section.buy-container a {
  color: #fff;
  display: block;
  width: 180px;
  text-align: center;
  margin: auto;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 3px;
}
.pe-site .special-deals-page #bundles-container .bundle-column a:hover, .pe-site .special-deals-page #bundles-container .bundle-column a:active, .pe-site .special-deals-page #bundles-container .bundle-column a > *:hover {
  text-decoration: none;
}
.pe-site .special-deals-page #bundles-container .bundle-column h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 15px 0px;
  font-size: 30px;
  margin: 0px !important;
}
.pe-site .special-deals-page #bundles-container .bundle-column .extra-info {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 515px;
  vertical-align: top;
  background-color: #141414;
  padding: 20px 10px;
  margin-bottom: 20px;
  display: none;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.pe-site .special-deals-page #bundles-container .bundle-column .extra-info ul {
  list-style-type: none;
  margin: -10px 0 0 10px;
}
.pe-site .special-deals-page #bundles-container .bundle-column .extra-info ul > li {
  text-indent: -10px;
  color: #fff;
}
.pe-site .special-deals-page #bundles-container .bundle-column .extra-info ul > li:before {
  content: "-";
  padding-right: 5px;
}
.pe-site .special-deals-page .video-container {
  background-color: #4b5050;
}
.pe-site section.bundle-back {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
  width: 34px;
  background: #1C1C1C;
  border-right: 1px solid black;
}
.pe-site section.bundle-back:hover {
  cursor: pointer;
}
.pe-site section.bundle-back span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(4) scaleX(1.3);
}
.pe-site section.product-features {
  display: inline-block;
  height: 100%;
  margin-left: -3px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #131313;
}
.pe-site section.product-features h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  padding: 0 20px;
}
.pe-site section.features-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.pe-site .bundle-row h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0 0 20px 0px;
  font-size: 30px;
  margin: 0px;
}
.pe-site section.info-container p {
  color: #8e8e8e;
  font-size: 16px;
  padding: 0px 20px;
}
.pe-site section.center-container {
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.pe-site span.video-overview {
  margin-top: 20px;
  display: block;
  margin-left: 10px;
}
.pe-site span.video-overview:hover {
  cursor: pointer;
  text-decoration: underline;
}
.pe-site .popin-close, .pe-site .popin-close b, .pe-site .popin-close b:hover, .pe-site .popin-close:hover {
  color: #000 !important;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .pe-site section.bundle-row:nth-child(2) {
    margin: 30px 0px;
  }
  .pe-site section.bundle-row {
    margin-right: 55px;
  }
}
.pe-site .contact-page #map {
  border-bottom: 1px solid #c5c3c0;
  border-top: 1px solid #c5c3c0;
  height: 440px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pe-site .contact-page #map iframe {
  width: 100%;
}
.pe-site .updates-page .buy-box {
  font-size: 13px;
  padding: 0.3em;
  border: 3px solid;
  margin-right: 25px;
  margin-bottom: 10px;
  min-height: 140px;
  float: left;
  width: 215px;
}
.pe-site .updates-page .buy-box p {
  margin-bottom: 10px;
}
.pe-site .updates-page .buy-box#lp {
  border-color: #00a99e;
}
.pe-site .updates-page .buy-box#lp a {
  color: #00a99e;
  font-weight: bold;
}
.pe-site .updates-page .buy-box#pp {
  border-color: #46b0d6;
}
.pe-site .updates-page .buy-box#pp a {
  color: #46b0d6;
  font-weight: bold;
}
.pe-site .updates-page .buy-box#ppbody {
  border-color: #da8316;
}
.pe-site .updates-page .buy-box#ppbody a {
  color: #da8316;
  font-weight: bold;
}
.pe-site .updates-page .buy-box#bundle a {
  color: black;
  font-weight: bold;
}
.pe-site .updates-page select {
  width: 220px;
}
.pe-site .updates-page #free-download-link, .pe-site .updates-page #upgrades-link {
  -webkit-appearance: menulist;
  font-size: 13px;
}
.pe-site .updates-page span.check {
  background: url(/img/misc/icon-check-3-green.png) no-repeat center 2px;
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
}
.pe-site .updates-page .associated-text {
  font-style: italic;
}
.pe-site .updates-page h6 {
  color: #000;
  font-weight: 600;
}
.pe-site .updates-page .button:hover {
  color: #fff;
  text-decoration: none;
}
.pe-site .license-download-container {
  display: inline-block;
}
.pe-site .license-download-container .download-btn {
  padding: 5px 3rem;
  color: white;
  background: #84882D;
  cursor: pointer;
}
.pe-site .license-download-container select {
  width: 200px;
}
.pe-site .license-download-container .download-btn:hover {
  text-decoration: none !important;
}
.pe-site .license-download-container .secure_download {
  display: block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
}
.pe-site .license-download-container .secure_download img {
  width: 40px;
  margin-bottom: 5px;
}
.pe-site .license-download-container .secure_download p {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.pe-site .license-download-container .notice {
  margin-top: 1rem;
  background: #fcf7d9;
  border: 1px solid #f5dc7d;
  border-left-width: 4px;
  color: #c4a21b;
  position: relative;
  padding: 0.75rem 1.25rem;
  padding-left: 45px;
  margin-bottom: 1rem;
  text-align: left;
}
.pe-site .dropcap {
  background: #eaeaea;
  color: #777;
  display: inline-block;
  float: left;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 23px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 36px;
}
.pe-site .dropcap.dark {
  background: #3a3a3a;
  color: #fff;
}
.pe-site .infobox {
  background: #fbfbfb;
  border: 1px solid #efefef;
  margin: 0 0 20px;
  padding: 25px;
}
.pe-site .video-container {
  position: fixed;
  top: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: verdana;
  font-size: 14px;
  color: #222;
  z-index: 1300;
}
.pe-site .video-container #vimeo_player {
  max-height: calc(100vh - 140px);
}
.pe-site .video-container .close {
  position: absolute;
  right: 4px;
  top: 0px;
}
.pe-site .tablet-btns {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .pe-site .tablet-btns {
    display: none !important;
  }
}
.pe-site .tablet-btns.mobile-nav-buttons {
  width: 100%;
}
.pe-site .tablet-btns.mobile-nav-buttons li {
  width: 50%;
  float: left;
}
.pe-site .tablet-btns li {
  list-style: none;
  padding: 0;
}
.pe-site .tablet-btns li a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
  transition: background 0.2s;
}
.pe-site .header-banner .btn-header.buy-btn img {
  position: absolute;
  top: -9px;
  right: 0;
  z-index: 1001;
}
@media screen and (max-width: 1079px) {
  .pe-site .header-banner .btn-header.buy-btn img {
    width: 50px;
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .pe-site .header-banner .btn-header.buy-btn img {
    right: 5%;
  }
}
@media screen and (max-width: 475px) {
  .pe-site .header-banner .btn-header.buy-btn img {
    display: none;
  }
}
.pe-site .thumbnail-container {
  position: relative;
  display: inline-block;
}
.pe-site .thumbnail-container .thumbnail-img-container {
  position: relative;
  cursor: pointer;
}
.pe-site .thumbnail-container .thumbnail-img-container > img {
  width: 100%;
}
@media (max-width: 425px) {
  .pe-site .thumbnail-container {
    margin: 0px auto;
    width: 100%;
  }
}
.pe-site .thumbnail-container .thumbnail-caption {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.pe-site .thumbnail-info {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}
.pe-site .thumbnail-info.thumbnail-info-white {
  background: rgba(255, 255, 255, 0.55);
}
.pe-site .thumbnail-info p {
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 24px;
  margin: 5px 0 10px !important;
  font-size: 14px;
}
.pe-site .single-image, .pe-site .image-gallery, .pe-site .iframe {
  cursor: pointer;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pe-site .single-image.none, .pe-site .single-image.none img, .pe-site .image-gallery.none, .pe-site .image-gallery.none img, .pe-site .iframe.none, .pe-site .iframe.none img {
  display: inline;
  margin-bottom: 0;
  overflow: visible;
}
.pe-site .single-image.align-left, .pe-site .image-gallery.align-left, .pe-site .iframe.align-left {
  margin-bottom: 15px;
  margin-right: 15px;
}
.pe-site .single-image.align-right, .pe-site .image-gallery.align-right, .pe-site .iframe.align-right {
  margin-bottom: 15px;
  margin-left: 15px;
}
.pe-site .single-image img, .pe-site .image-gallery img, .pe-site .iframe img {
  display: block;
  margin: auto;
}
.pe-site .single-image .zoom, .pe-site .image-gallery .zoom, .pe-site .iframe .zoom {
  background: white;
  background: rgba(255, 255, 255, 0.4);
  color: transparent;
  display: block;
  font: 0/0 a;
  height: 100%;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
.pe-site .single-image .zoom:before, .pe-site .image-gallery .zoom:before, .pe-site .iframe .zoom:before {
  content: "";
  display: block;
  position: absolute;
  height: 58px;
  margin: -29px 0 0 -29px;
  left: 50%;
  top: 50%;
  width: 58px;
}
.pe-site .single-image:hover .zoom, .pe-site .image-gallery:hover .zoom, .pe-site .iframe:hover .zoom {
  filter: alpha(opacity=40);
  opacity: 1;
}
.pe-site ul.none {
  list-style: none;
  margin: 0;
}
.pe-site ul.dotted + ul.dotted:before {
  content: "";
  display: block;
  clear: both;
  border-bottom: 1px dotted #bdbdbd;
  margin: -15px 0 5px;
}
.pe-site .arrow li, .pe-site .arrow-2 li, .pe-site .circle li, .pe-site .check li, .pe-site .check-2 li, .pe-site .star li, .pe-site .plus li, .pe-site .dash li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
}
.pe-site .arrow li {
  background: url(/img/misc/list-arrow_spe.png) no-repeat 5px 8px;
}
.pe-site .circle li {
  background: url(/img/misc/list-circle_spe.png) no-repeat 4px 8px;
}
.pe-site label {
  cursor: pointer;
  display: block;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0 0 5px;
}
.pe-site input, .pe-site textarea, .pe-site select {
  -webkit-appearance: none;
  /* Fix for Mobile Safari */
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #8f8f8f;
  font: 12px/1.5 "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 5px 10px;
  border-radius: 0;
}
.pe-site textarea {
  padding: 10px;
  resize: both;
}
.pe-site input:hover, .pe-site textarea:hover, .pe-site select:hover {
  border-color: #dedede;
}
.pe-site input:focus, .pe-site textarea:focus, .pe-site select:focus {
  border-color: #ccc;
}
.pe-site input[type=submit], .pe-site input[type=reset], .pe-site button {
  font-size: 13px;
  text-transform: uppercase;
}
.pe-site input[type=submit].medium, .pe-site input[type=reset].medium, .pe-site button.medium {
  font-size: 15px;
}
.pe-site input[type=submit].large, .pe-site input[type=reset].large, .pe-site button.large {
  font-size: 17px;
}
.pe-site select, .pe-site option {
  cursor: pointer;
  padding: 5px 7px;
}
.pe-site input[type=checkbox], .pe-site input[type=radio],
.pe-site .contact-form input[type=checkbox], .pe-site .contact-form input[type=radio] {
  width: 20px;
}
.pe-site input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.pe-site input[type=radio] {
  -webkit-appearance: radio;
}
.pe-site input::-webkit-input-placeholder, .pe-site textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.pe-site input:-moz-placeholder, .pe-site textarea:-moz-placeholder {
  color: #b0b0b0;
}
.pe-site input.placeholder, .pe-site textarea.placeholder {
  color: #b0b0b0;
}
.pe-site #header {
  border-bottom: 1px solid #efefef;
  height: 86px;
  z-index: 97;
}
.pe-site #logo {
  float: left;
  height: 86px;
  max-width: 512px;
}
.pe-site #slogan {
  padding-top: 20px;
}
.pe-site .page-header {
  border-bottom: 1px solid #efefef;
}
.pe-site .ie7 .page-header {
  margin-top: 0;
}
.pe-site .slogan, .pe-site .page-title, .pe-site .page-description, .pe-site .page-subdescription, .pe-site .project-title {
  font-weight: 300;
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
.pe-site .page-title, .pe-site .page-description, .pe-site .page-subdescription, .pe-site .project-title {
  font-size: 28px;
  margin-top: -10px;
  padding: 0 0 35px;
}
.pe-site .slogan {
  color: black;
  font-size: 26px;
  margin-bottom: 10px;
}
.pe-site .page-title {
  margin-top: 0;
}
.pe-site .page-title ~ hr, .pe-site .page-description ~ hr, .pe-site .page-subdescription ~ hr, .pe-site .project-title ~ hr {
  margin-bottom: 40px;
  margin-top: 0;
}
.pe-site #main {
  float: left;
  margin: 0 40px 0 0;
  width: 800px;
}
.pe-site #sidebar-buttons {
  position: relative;
}
.pe-site #sidebar-buttons .button {
  color: #fff;
  background-color: #84882D;
  display: block;
  padding: 4px 0;
  text-align: center;
}
.pe-site #sidebar-buttons .button:hover {
  background-color: #B0B53C;
  color: #fff;
}
.pe-site #sidebar-buttons .button a:hover {
  text-decoration: underline;
}
.pe-site #sidebar-buttons .floating-scroll-nav {
  margin-top: 1em;
}
.pe-site #sidebar-buttons .floating-scroll-nav.scroll {
  position: absolute;
  margin-top: 0px;
}
.pe-site #back-to-top, .pe-site .touch-device #back-to-top:hover {
  background: url(/img/misc/arrow-up-large.png) no-repeat center center;
  background-color: #dddddd;
  background-color: rgba(221, 221, 221, 0.7);
  bottom: 20px;
  color: transparent;
  display: none;
  font: 0/0 a;
  height: 46px;
  position: fixed;
  right: 20px;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 45px;
  z-index: 100;
}
.pe-site #back-to-top:hover, .pe-site .touch-device #back-to-top:active {
  background-color: #84882D;
}
.pe-site .video-js {
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  .pe-site #main-nav .responsive-nav {
    display: block;
  }
  .pe-site #main-nav .nav-menu {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .pe-site {
    /* -------------------------------------------------- */
    /*	Header
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Content
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Potrfolio
    /* -------------------------------------------------- */
    /* ---------------------------------------- */
    /* Single Project
    /* ---------------------------------------- */
    /* -------------------------------------------------- */
    /*	Footer
    /* -------------------------------------------------- */
    /* ---------------------------------------- */
    /*	Contact Info
    /* ---------------------------------------- */
    /* ---------------------------------------- */
    /*	Social Links
    /* ---------------------------------------- */
  }
  .pe-site #logo {
    max-height: 100%;
  }
  .pe-site #content img {
    height: auto;
  }
  .pe-site #portfolio-items-filter {
    float: none;
    margin: 0 0 20px;
  }
  .pe-site #portfolio-items-filter li:first-child {
    display: none !important;
  }
  .pe-site #portfolio-items-filter a {
    display: block !important;
  }
  .pe-site .portfolio-pagination {
    float: none;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .pe-site .portfolio-pagination .button {
    margin-bottom: 0 !important;
  }
  .pe-site .single-project .page-header .button {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .pe-site .contact-info li {
    border-bottom: 1px dotted #4b4b4b;
    float: none;
    margin-left: 0;
    padding-bottom: 5px;
  }
  .pe-site .contact-info li:last-child {
    border-bottom: none;
  }
  .pe-site .social-links li:nth-child(6n+1) {
    margin-left: 15px;
  }
  .pe-site .social-links li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pe-site {
    /* -------------------------------------------------- */
    /*	Content > Main
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Header
    /* -------------------------------------------------- */
    /* ---------------------------------------- */
    /*	Main Navigation
    /* ---------------------------------------- */
    /* -------------------------------------------------- */
    /*	Contact Us
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Footer > Social Links
    /* -------------------------------------------------- */
  }
  .pe-site #main {
    width: 488px;
  }
  .pe-site #header {
    height: 72px;
  }
  .pe-site #logo {
    margin-top: -7px;
  }
  .pe-site #main-nav a {
    padding: 26px 20px;
  }
  .pe-site #main-nav a:after {
    content: "";
    display: none;
  }
  .pe-site .no-js #main-nav li:hover > ul, .pe-site #main-nav ul ul {
    top: 78px;
  }
  .pe-site #map {
    height: 340px;
  }
  .pe-site .contact-form input {
    width: 150px;
  }
  .pe-site .contact-form textarea {
    width: 534px;
  }
  .pe-site .social-links li:nth-child(5n+1) {
    margin-left: 0;
  }
  .pe-site .social-links li:nth-child(5n) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pe-site {
    /* -------------------------------------------------- */
    /*	Basic Elements & Classes
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Header
    /* -------------------------------------------------- */
    /* ---------------------------------------- */
    /*	Main Navigation
    /* ---------------------------------------- */
    /* -------------------------------------------------- */
    /*	Content > Main
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Image Gallery Slider
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Contact Us
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Footer
    /* -------------------------------------------------- */
  }
  .pe-site .fluid-width-video-wrapper {
    margin-bottom: 10px;
  }
  .pe-site #header {
    height: auto;
  }
  .pe-site #logo {
    display: block;
    float: none;
    text-align: center;
  }
  .pe-site #main-nav {
    float: none;
    margin: 10px 0 20px;
  }
  .pe-site #main-nav li {
    width: 50%;
  }
  .pe-site #main-nav a {
    border-bottom-color: #efefef;
    padding: 16px 20px 30px;
  }
  .pe-site #main-nav > ul > li:last-child a {
    border-bottom-color: transparent;
  }
  .pe-site #main-nav > ul > .current:last-child a {
    border-bottom-color: #84882D;
  }
  .pe-site #main-nav ul ul {
    width: 100%;
  }
  .pe-site .no-js #main-nav li:hover > ul, .pe-site #main-nav ul ul {
    top: 72px;
  }
  .pe-site #main-nav ul ul li {
    width: 50%;
  }
  .pe-site #main-nav ul ul li > a {
    border: none;
  }
  .pe-site #main-nav ul ul li:last-child > a {
    border-bottom: none;
  }
  .pe-site #main-nav ul ul ul {
    border-bottom: 1px solid #252525;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block !important;
    left: 0 !important;
    margin: 0;
    top: 0 !important;
    position: relative;
  }
  .pe-site #main-nav ul ul li:last-child ul {
    border-top: 1px solid #252525;
    border-bottom: none;
  }
  .pe-site #main-nav ul ul ul a {
    padding-left: 30px;
  }
  .pe-site #main-nav ul ul ul li:first-child a {
    border-top: 1px solid #4c4c4c;
  }
  .pe-site #main {
    border-bottom: 1px solid #efefef;
    float: none;
    margin-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .pe-site .image-gallery-slider {
    margin-bottom: 10px;
  }
  .pe-site #captionslide {
    display: none;
  }
  .pe-site .contact-form .input-block, .pe-site .comments-form .input-block {
    float: none;
    margin: 0 0 20px 0;
  }
  .pe-site .contact-form input, .pe-site .comments-form input,
.pe-site .contact-form textarea, .pe-site .comments-form textarea {
    width: 398px;
  }
  .pe-site .not-ie #footer .container:after {
    top: -56px;
  }
  .pe-site #sale_img {
    display: none;
  }
  .pe-site div.items:after {
    content: ".............." !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pe-site {
    /* -------------------------------------------------- */
    /*	Contact Us
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Footer
    /* -------------------------------------------------- */
    /* ---------------------------------------- */
    /*	Contact Info
    /* ---------------------------------------- */
    /* ---------------------------------------- */
    /*	Social Links
    /* ---------------------------------------- */
  }
  .pe-site #map {
    height: 240px;
  }
  .pe-site .contact-info {
    margin-bottom: 20px;
  }
  .pe-site .social-links li:nth-child(12n+1) {
    margin-left: 0;
  }
  .pe-site .social-links li:nth-child(12n) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .pe-site {
    /* -------------------------------------------------- */
    /*	Header > Main Navigation
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Contact Us
    /* -------------------------------------------------- */
    /* -------------------------------------------------- */
    /*	Footer
    /* -------------------------------------------------- */
    /* ---------------------------------------- */
    /*	Footer Navigation
    /* ---------------------------------------- */
    /* ---------------------------------------- */
    /*	Contact Info
    /* ---------------------------------------- */
    /* ---------------------------------------- */
    /*	Social Links
    /* ---------------------------------------- */
  }
  .pe-site #stripe-box input[type=image] {
    height: 39px !important;
    width: 300px !important;
    border-color: transparent !important;
  }
  .pe-site #main-nav li {
    width: 100%;
  }
  .pe-site #main-nav a {
    padding: 18px;
  }
  .pe-site #main-nav a:after, .pe-site #main-nav > ul {
    display: none;
  }
  .pe-site #main-nav a:after {
    content: "";
  }
  .pe-site .no-js #main-nav li:hover > ul {
    top: 62px;
  }
  .pe-site #map {
    height: 140px;
  }
  .pe-site .contact-form input, .pe-site .comments-form input,
.pe-site .contact-form textarea, .pe-site .comments-form textarea {
    width: 278px;
  }
  .pe-site #footer-nav li {
    border-top: 1px dotted #4b4b4b;
    padding: 5px 0;
    width: 100%;
  }
  .pe-site #footer-nav li:first-child {
    border-top: none;
  }
  .pe-site #footer-nav li a {
    border: none;
    padding: 0;
  }
  .pe-site .contact-info {
    margin-bottom: 20px;
  }
  .pe-site .social-links li:nth-child(8n+1) {
    margin-left: 0;
  }
  .pe-site .social-links li:nth-child(8n) {
    margin-right: 15px;
  }
}

.pb-site {
  /* --------------------------------------- */
  /*               Housestyle                */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /*             Overall Styling             */
  /* --------------------------------------- */
  /**     Homepage      **/
  /**   Upgrade page   **/
  /**     download page     **/
  /**    New in V2     **/
  /**  special deals  **/
  /**   tutorials   **/
  /**   gallery page   **/
  /**     contact     **/
  /**    editions    **/
  /** photo editing software **/
  /** licenses **/
  /**  about us  **/
  /**  pressroom  **/
}
.pb-site ul {
  -webkit-padding-start: 0em;
  padding-left: 0em;
}
.pb-site .btn-default {
  color: #fff;
  background-color: #da8316;
  border: none;
  cursor: pointer;
}
.pb-site .btn-default:hover {
  background-color: #d69442;
}
.pb-site .dark-form-control {
  color: #96a1b2;
  background-color: #222831;
  border: 1px solid #96a1b2;
  width: 260px;
  height: 40px;
  font-size: 15px;
}
.pb-site input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: #da8316;
  padding: 6px 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.pb-site input[type=submit]:hover, .pb-site input[type=submit]:active {
  color: #fff;
  background-color: #d69442;
  text-decoration: none;
}
.pb-site #footer a:hover {
  color: #da8316;
}
.pb-site #footer-bottom a:hover {
  color: #da8316;
}
.pb-site #languages img {
  margin: 0 3px;
}
.pb-site .navbar.navbar-dark .navbar-nav > li.active {
  border-bottom-color: #da8316;
}
.pb-site #professional-results-modal .modal-header, .pb-site #new-in-v3-modal .modal-header {
  border-bottom: none;
}
.pb-site #professional-results-modal .modal-body, .pb-site #new-in-v3-modal .modal-body {
  padding: 0px;
}
.pb-site #professional-results-modal .modal-body h1, .pb-site #new-in-v3-modal .modal-body h1 {
  line-height: 1.4em;
}
.pb-site #professional-results-modal .modal-body .buy-btn, .pb-site #new-in-v3-modal .modal-body .buy-btn {
  padding: 8px 70px;
  font-weight: 600;
  font-size: 1.5em;
}
.pb-site #confidence-modal .modal-header, .pb-site #testimonial-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}
.pb-site #confidence-modal .modal-body, .pb-site #testimonial-modal .modal-body {
  padding: 0px;
}
.pb-site #confidence-modal .modal-body .confidence-blue-bar, .pb-site #testimonial-modal .modal-body .confidence-blue-bar {
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.pb-site #confidence-modal .modal-body .confidence-blue-bar .background, .pb-site #testimonial-modal .modal-body .confidence-blue-bar .background {
  height: 220px;
  width: 120%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 50%;
  top: 50%;
  background: #46abd7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #46abd7 0%, #0980d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46abd7", endColorstr="#0980d7",GradientType=1 );
  /* IE6-9 */
}
.pb-site #confidence-modal .modal-body .confidence-blue-bar h1, .pb-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px #0572c2;
  z-index: 2;
  font-size: 3.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 1079px) {
  .pb-site #confidence-modal .modal-body .confidence-blue-bar h1, .pb-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .pb-site #confidence-modal .modal-body .confidence-blue-bar h1, .pb-site #testimonial-modal .modal-body .confidence-blue-bar h1 {
    font-size: 2.5em;
  }
}
.pb-site #confidence-modal .modal-body h3, .pb-site #testimonial-modal .modal-body h3 {
  line-height: 1.4em;
}
.pb-site #confidence-modal .buy-btn, .pb-site #testimonial-modal .buy-btn {
  padding: 8px 70px;
  font-weight: 600;
  font-size: 1.5em;
}
.pb-site #testimonial-modal .modal-body h3 {
  width: 80%;
  margin: auto;
}
.pb-site #testimonial-modal .modal-body h3.in-quotes {
  position: relative;
}
.pb-site #testimonial-modal .modal-body h3.in-quotes::before {
  content: "";
  background: url(/portraitprobody/img/popin/open_quote.png) no-repeat;
  height: 40px;
  background-size: contain;
  width: 40px;
  position: absolute;
  left: -40px;
  top: 15px;
}
.pb-site #testimonial-modal .modal-body h3.in-quotes::after {
  content: "";
  background: url(/portraitprobody/img/popin/close_quote.png) no-repeat;
  height: 40px;
  background-size: contain;
  width: 40px;
  position: absolute;
  right: -40px;
  top: 47px;
}
.pb-site #testimonial-modal .modal-body h4 {
  font-family: "Roboto", sans-serif;
}
.pb-site #new-in-v3-modal .modal-body h1 {
  margin-bottom: 0px;
  letter-spacing: 2px;
}
.pb-site #new-in-v3-modal .modal-body h3 {
  font-weight: 400;
  line-height: 1.4em;
}
.pb-site .buy-page-modal .modal-content #buy-page-modal-violator {
  position: absolute;
  top: 10px;
  left: 20px;
}
.pb-site .buy-page-modal .modal-content .modal-body #modal-buy-button {
  background-color: #da8316;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  padding: 12px 0;
}
.pb-site .buy-page-modal .modal-content .modal-body #modal-buy-button:hover {
  background-color: #d69442;
  color: #fff;
}
.pb-site .buy-page-modal .modal-content .modal-body .buy-page-modal-list p {
  font-size: 1.4em;
  margin-bottom: 0;
}
.pb-site .home-page a:hover, .pb-site .home-page a:focus {
  text-decoration: none;
}
.pb-site .home-page .header-banner {
  background: #101013;
}
.pb-site .home-page .imageslider-img-container {
  position: relative;
  text-align: center;
}
.pb-site .home-page .imageslider-img-container img {
  margin: 0px;
  display: inline-block;
}
.pb-site .home-page .imageslider-img-container > span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  z-index: 11;
}
.pb-site .home-page .imageslider-img-container .imageslider-slider-img {
  display: inline-block;
  vertical-align: top;
}
.pb-site .home-page .imageslider-img-container .imageslider-slider-img > span {
  padding: 25px 15px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .pb-site .home-page .imageslider-img-container .imageslider-slider-img > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .pb-site .home-page .imageslider-img-container .imageslider-slider-img > span {
    font-size: 12px;
  }
}
.pb-site .home-page .imageslider-img-container .imageslider-slider-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.pb-site .home-page .overall li {
  list-style: disc;
  line-height: 1.8em;
  margin-left: 1rem;
}
.pb-site .home-page .overall li:before {
  content: none;
}
.pb-site .home-page .features {
  min-height: 600px;
  background: url("/portraitprobody/img/page-images/homepage/v3/features.jpg");
  background-size: cover;
  background-position-x: 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1080px) {
  .pb-site .home-page .features {
    background-position-y: 50%;
  }
}
@media screen and (max-width: 1079px) {
  .pb-site .home-page .features {
    background: #f0f1f5;
  }
}
.pb-site .home-page .features ul {
  width: 85%;
}
@media screen and (max-width: 1399px) {
  .pb-site .home-page .features ul {
    width: 100%;
  }
}
.pb-site .home-page .features ul li {
  list-style: disc;
  line-height: 1.5em;
  padding: 5px 0px;
  margin-left: 1rem;
}
@media screen and (max-width: 1079px) {
  .pb-site .home-page .features ul li {
    line-height: 1.8em;
    padding: 7px 0px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1400px) {
  .pb-site .home-page .features ul li.md-shadow {
    text-shadow: 1px 1px #000;
    color: #fff;
  }
}
.pb-site #new-version-out #boxshot {
  width: 70%;
}
.pb-site #new-version-out #violator {
  width: 55%;
}
.pb-site #activation-token input {
  width: 30%;
  background: #2d333d;
  border: 1px solid #96a1b2;
  color: #96a1b2;
}
@media only screen and (max-width: 767px) {
  .pb-site #activation-token input {
    width: 80%;
  }
}
.pb-site #activation-token input[type=submit] {
  background: #ac8e6b;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 3px 20px;
  text-transform: none;
  width: 20%;
  text-align: center;
}
.pb-site #activation-token input[type=submit]:hover {
  background: #937553;
}
@media only screen and (max-width: 767px) {
  .pb-site #activation-token input[type=submit] {
    width: 60%;
  }
}
.pb-site .upgrade-tables .table-button, .pb-site .upgrade-tables .table-heading {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}
.pb-site .upgrade-tables .table-heading {
  border-bottom: 1px solid;
  color: #96a1b2;
}
.pb-site #earlier-version, .pb-site #v2 {
  display: none;
}
.pb-site #earlier-button:focus, .pb-site #v2-button:focus {
  border: 2px solid #96a1b2;
  background: #576375;
  color: #fff;
}
.pb-site .download-page input, .pb-site .download-page select {
  font-size: 14px;
}
.pb-site .download-page .secure-dl {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  font-size: 28px !important;
  color: #da8316;
  margin: 0;
}
.pb-site .download-page .sec-dl-container {
  margin: 15px auto;
}
.pb-site .download-page .thank-you p {
  font-size: 15px;
}
.pb-site .download-page .thank-you h4 {
  font-weight: 600 !important;
}
.pb-site .download-page span.thumb-overlay {
  background: rgba(255, 255, 255, 0.4);
  color: transparent;
  display: block;
  height: 100%;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.pb-site .download-page span.thumb-overlay:hover {
  opacity: 1;
}
.pb-site .download-page span.thumb-overlay:before {
  background: url(/portraitprobody/img/housestyle/zoom-video.png) no-repeat;
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  height: 58px;
  margin: -29px 0 0 -29px;
  left: 50%;
  top: 50%;
  width: 58px;
}
.pb-site .download-page a.tutorial-link {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.pb-site .new-in-v3-page h1, .pb-site .new-in-v3-page h2, .pb-site .new-in-v3-page h3 {
  letter-spacing: 4px;
  line-height: 1.2em;
  font-weight: bold;
}
.pb-site .new-in-v3-page p {
  font-size: 1.1em;
}
.pb-site .new-in-v3-page .header-banner {
  background-color: #b6bbc1;
}
.pb-site .new-in-v3-page .header-banner .violator {
  position: absolute;
  right: 12%;
  top: 20px;
  width: 18%;
  min-width: 90px;
}
.pb-site .new-in-v3-page .header-banner .banner-overlay h1 {
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .pb-site .new-in-v3-page .header-banner .banner-overlay h1 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 530px) {
  .pb-site .new-in-v3-page .header-banner .banner-overlay {
    left: 65%;
    width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .pb-site .new-in-v3-page .header-banner .banner-overlay {
    left: 58%;
    width: 76%;
    font-size: 0.85em;
  }
}
.pb-site .new-in-v3-page .header-banner .mobile-violator {
  position: absolute;
  top: 40%;
  width: 45%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pb-site .new-in-v3-page #warp-fixer-tools {
  margin-top: 20px;
  margin-left: -50px;
}
@media screen and (max-width: 1080px) {
  .pb-site .new-in-v3-page #warp-fixer-tools {
    margin-left: auto;
    width: 70%;
    display: block;
    margin-right: auto;
  }
}
.pb-site .new-in-v3-page .videowrapper {
  position: relative;
}
.pb-site .new-in-v3-page .videowrapper .layover {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pb-site .new-in-v3-page iframe {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pb-site .new-in-v3-page iframe {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .pb-site .new-in-v3-page iframe {
    height: 550px;
  }
}
@media screen and (max-width: 500px) {
  .pb-site .new-in-v3-page iframe {
    height: 500px;
  }
}
@media screen and (max-width: 320px) {
  .pb-site .new-in-v3-page iframe {
    height: 400px;
  }
}
.pb-site .special-deals-page .mobile-bundle {
  padding: 2rem 0;
}
.pb-site .special-deals-page .mobile-bundle img {
  display: block;
  margin: 0 auto;
}
.pb-site .special-deals-page .mobile-bundle h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.pb-site .special-deals-page .mobile-bundle p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-site .special-deals-page .mobile-bundle ul {
  list-style-type: none;
}
.pb-site .special-deals-page .mobile-bundle ul li {
  color: #96a1b2;
  font-size: 0.9em;
}
.pb-site .special-deals-page .mobile-bundle .buy-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.pb-site .special-deals-page .mobile-bundle .buy-btn:hover {
  color: #fff;
}
.pb-site .special-deals-page .mobile-bundle span.large-price {
  text-align: center;
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}
.pb-site .special-deals-page .mobile-bundle .saving-price {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #de9e4e;
  line-height: 20px;
}
.pb-site .special-deals-page #bundles-container {
  padding-bottom: 100px;
}
.pb-site .special-deals-page #bundles-container .bundle-column {
  vertical-align: top;
  margin: 0px;
  margin-bottom: 20px;
}
.pb-site .special-deals-page #bundles-container .bundle-column section.price {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  padding: 18px 0;
}
.pb-site .special-deals-page #bundles-container .bundle-column span.large-price {
  text-align: center;
  display: block;
  font-size: 48px;
  letter-spacing: -2px;
  color: #fff;
  line-height: 50px;
}
.pb-site .special-deals-page #bundles-container .bundle-column span.saving-price {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fbb03b;
  line-height: 20px;
  margin-top: 10px;
}
.pb-site .special-deals-page #bundles-container .bundle-column section.column-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.pb-site .special-deals-page #bundles-container .bundle-column section.column-content h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: 0px;
  margin-left: 10px;
  font-weight: 600 !important;
}
.pb-site .special-deals-page #bundles-container .bundle-column span.more-info {
  float: right;
}
.pb-site .special-deals-page #bundles-container .bundle-column span.more-info:hover {
  text-decoration: underline;
  cursor: pointer;
}
.pb-site .special-deals-page #bundles-container .bundle-column section.buy-container {
  padding: 30px;
  border-top: 1px solid #404040;
}
.pb-site .special-deals-page #bundles-container .bundle-column section.buy-container a {
  color: #fff;
  display: block;
  width: 180px;
  text-align: center;
  margin: auto;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 3px;
}
.pb-site .special-deals-page #bundles-container .bundle-column a:hover, .pb-site .special-deals-page #bundles-container .bundle-column a:active {
  text-decoration: none;
}
.pb-site .special-deals-page #bundles-container .bundle-column h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 15px 0px;
  font-size: 30px;
  margin: 0px !important;
}
.pb-site .special-deals-page #bundles-container .bundle-column .extra-info {
  background-color: #141414;
  padding: 20px 10px;
  margin-bottom: 20px;
  display: none;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.pb-site .special-deals-page #bundles-container .bundle-column .extra-info ul {
  list-style-type: none;
  margin: -10px 0 0 10px;
}
.pb-site .special-deals-page #bundles-container .bundle-column .extra-info ul > li {
  text-indent: -10px;
  color: #fff;
}
.pb-site .special-deals-page #bundles-container .bundle-column .extra-info ul > li:before {
  content: "-";
  padding-right: 5px;
}
.pb-site .special-deals-page .video-container {
  background-color: #4b5050;
}
.pb-site .extra-info {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #141414;
  display: none;
  width: 515px;
  vertical-align: top;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.pb-site section.bundle-back {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
  width: 34px;
  background: #1C1C1C;
  border-right: 1px solid black;
}
.pb-site section.bundle-back:hover {
  cursor: pointer;
}
.pb-site section.bundle-back span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(4) scaleX(1.3);
}
.pb-site section.product-features {
  display: inline-block;
  height: 100%;
  margin-left: -3px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #131313;
}
.pb-site section.product-features h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  padding: 0 20px;
}
.pb-site section.features-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.pb-site .bundle-row h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0 0 20px 0px;
  font-size: 30px;
  margin: 0px;
}
.pb-site section.info-container p {
  color: #8e8e8e;
  font-size: 16px;
  padding: 0px 20px;
}
.pb-site section.center-container {
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.pb-site span.video-overview {
  margin-top: 20px;
  display: block;
  margin-left: 10px;
}
.pb-site span.video-overview:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .pb-site section.bundle-row:nth-child(2) {
    margin: 30px 0px;
  }
  .pb-site section.bundle-row {
    margin-right: 55px;
  }
}
.pb-site .tutorial-page .video-wrapper-mobile {
  margin: 5% 0;
}
.pb-site .tutorial-page .video-wrapper-mobile p {
  text-align: center;
}
.pb-site .gallery-page .thumb {
  width: 100%;
}
.pb-site .gallery-page .fancybox {
  position: relative;
  height: 100%;
}
.pb-site .gallery-page .expand {
  position: absolute;
  right: 15px;
  top: 24px;
}
.pb-site .contact-page #map iframe {
  max-width: 100%;
}
.pb-site .editions-page .ed-button {
  padding: 2px 10px;
  display: inline-block;
  float: right;
}
.pb-site .editions-page .extended-pricing-table {
  height: 100%;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
.pb-site .editions-page .extended-pricing-table .column {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.pb-site .editions-page .extended-pricing-table .column ul {
  list-style-type: none;
}
@media screen and (min-width: 1080px) {
  .pb-site .editions-page .extended-pricing-table .column .double {
    display: inline-block;
    height: 48px !important;
    line-height: 48px;
    transform: translateY(0%);
    background-position-y: 50% !important;
  }
}
.pb-site .editions-page .extended-pricing-table .column .header {
  color: #fff;
  min-height: 100px;
}
.pb-site .editions-page .extended-pricing-table .column .header .title {
  margin-top: 0;
  background: #3e7774;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 7px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.pb-site .editions-page .extended-pricing-table .column .header .price {
  margin-bottom: 0px;
}
.pb-site .editions-page .extended-pricing-table .column .header .price .old_price {
  text-decoration: line-through;
  font-size: 16px;
  color: #ffe4c3;
}
.pb-site .editions-page .extended-pricing-table .column .header .price span {
  font-size: 30px;
  display: block;
}
.pb-site .editions-page .extended-pricing-table .column .features {
  border-left: 1px solid #fff;
  padding: 0;
  list-style: none;
  margin: 0;
}
.pb-site .editions-page .extended-pricing-table .column .features li {
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
  padding: 8px 10px;
}
@media screen and (max-width: 1079px) {
  .pb-site .editions-page .extended-pricing-table .column .features li:before {
    color: #7b7b7b;
    content: attr(data-feature) ":" !important;
    display: block;
    font-weight: 600;
    text-align: center;
  }
}
.pb-site .editions-page .extended-pricing-table .column .features li:nth-child(even) {
  background: #f0f0f0;
}
.pb-site .editions-page .extended-pricing-table .column .features li .check {
  background: url(/img/misc/icon-check-3-green.png) no-repeat center;
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 24px;
  transform: translateY(0%);
}
.pb-site .editions-page .extended-pricing-table .column .ed-footer {
  background: #f8f8f8;
  padding: 16px 20px;
}
.pb-site .editions-page .extended-pricing-table .column .ed-footer .buy-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
}
.pb-site .editions-page .extended-pricing-table .column.features-list {
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .pb-site .editions-page .extended-pricing-table .column.features-list {
    display: none;
  }
}
.pb-site .editions-page .extended-pricing-table .column.features-list .features {
  border-left: none;
}
.pb-site .editions-page .extended-pricing-table .column.features-list .header {
  background: none;
}
.pb-site .editions-page .extended-pricing-table .column.features-list .ed-footer {
  background: none;
}
.pb-site .editions-page .extended-pricing-table .column.studio .header {
  background-color: #da8316;
}
.pb-site .editions-page .extended-pricing-table .column.studio .header .title {
  background-color: #cc7406;
}
.pb-site .editions-page .extended-pricing-table .column.standard .header {
  background-color: #3a3a3a;
}
.pb-site .editions-page .extended-pricing-table .column.standard .header .title {
  background-color: #212121;
}
.pb-site .editions-page .extended-pricing-table .column.standard .price {
  margin-top: 10px;
}
.pb-site .editions-page .extended-pricing-table .column.standard .price .old_price {
  color: #868686;
}
.pb-site .editions-page .extended-pricing-table .column.featured {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.pb-site .editions-page .extended-pricing-table .column.featured .title {
  margin-top: -10px;
  color: #fff;
  font-size: 17px;
  padding-bottom: 11px;
  padding-top: 10px;
  position: relative;
}
.pb-site .editions-page .extended-pricing-table .column.featured .price {
  padding-top: 3px;
  padding-bottom: 9px;
}
.pb-site .editions-page .extended-pricing-table .column.featured .features li {
  background: #fff;
}
.pb-site .editions-page .extended-pricing-table .column.featured .features li:nth-child(even) {
  background: #f6f6f6;
}
.pb-site .editions-page .extended-pricing-table .column.featured .ed-footer {
  padding-bottom: 30px;
}
.pb-site .editions-page .buy-btn {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 7px;
  word-wrap: normal;
}
@media screen and (max-width: 500px) {
  .pb-site .editions-page .buy-btn {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pb-site .editions-page .buy-btn.small {
  font-size: 15px;
}
@media screen and (max-width: 350px) {
  .pb-site .editions-page .buy-btn.small {
    font-size: 13px;
  }
}
.pb-site .editions-page .buy-btn.xs {
  font-size: 13px;
}
@media screen and (max-width: 1080px) {
  .pb-site .photo-editing-software-page .video-wrapper iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pb-site .photo-editing-software-page .video-wrapper iframe {
    height: 400px;
  }
}
@media screen and (max-width: 546px) {
  .pb-site .photo-editing-software-page .video-wrapper iframe {
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .pb-site .photo-editing-software-page .video-wrapper iframe {
    height: 250px;
  }
}
.pb-site .photo-editing-software-page .btn-header {
  padding: 8px 25px;
  font-size: 16px;
}
.pb-site .licenses-page input[type=submit] {
  padding: 8px 15px;
  font-size: 14px;
}
.pb-site .licenses-page .form-inline {
  display: block;
  padding: 10px 0;
}
.pb-site .licenses-page .form-inline .form-group {
  display: block;
}
.pb-site .licenses-page .form-inline .form-group label {
  display: block;
}
.pb-site .licenses-page .license-download-container {
  display: inline-block;
}
.pb-site .licenses-page .license-download-container .download-btn {
  padding: 5px 3rem;
  color: #fff;
  background: #da8316;
  cursor: pointer;
}
.pb-site .licenses-page .license-download-container .download-btn:hover {
  text-decoration: none !important;
}
.pb-site .licenses-page .license-download-container select {
  width: 200px;
}
.pb-site .licenses-page .license-download-container .secure_download {
  display: block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
}
.pb-site .licenses-page .license-download-container .secure_download img {
  width: 40px;
  margin-bottom: 5px;
}
.pb-site .licenses-page .license-download-container .secure_download p {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.pb-site .about-us-page .website-links {
  list-style-type: none;
  margin: 40px 0;
}
.pb-site .about-us-page .website-links a:hover {
  text-decoration: underline;
}
.pb-site .about-us-page .tablet-link-container {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 18px;
}
.pb-site .about-us-page .tablet-link-container.active {
  display: block;
}
.pb-site .about-us-page .tablet-link {
  cursor: pointer;
}
.pb-site .pressroom .press-release h4.press-title {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 25px;
}
.pb-site .pressroom .press-release #press-article img {
  margin: 10px auto;
  margin-bottom: 20px;
  display: block;
}
.pb-site .pressroom .press-release h5.press-headers {
  text-transform: uppercase;
  font-size: 1.1em;
  color: white;
  font-weight: 600;
  padding: 5px;
  background-color: #e8ad63;
  margin: 3.5rem 0 1.4rem 0;
}
.pb-site .pressroom .press-release hr {
  margin: 10px 0 25px 0;
  border-color: #ccc;
}
.pb-site .pressroom .press-release p {
  text-align: justify;
  line-height: 1.7rem;
}
.pb-site .pressroom .press-release img {
  display: block;
  margin: 2rem auto;
}
.pb-site .pressroom .press-release table.pricing-table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pb-site .pressroom .press-release table.pricing-table td, .pb-site .pressroom .press-release table.pricing-table th {
  padding: 7px;
}
.pb-site .pressroom .press-release table.pricing-table td:nth-child(2), .pb-site .pressroom .press-release table.pricing-table td:nth-child(3), .pb-site .pressroom .press-release table.pricing-table td:nth-child(4), .pb-site .pressroom .press-release table.pricing-table td:nth-child(2), .pb-site .pressroom .press-release table.pricing-table td:nth-child(3), .pb-site .pressroom .press-release table.pricing-table td:nth-child(4), .pb-site .pressroom .press-release table.pricing-table th:nth-child(2), .pb-site .pressroom .press-release table.pricing-table th:nth-child(3), .pb-site .pressroom .press-release table.pricing-table th:nth-child(4), .pb-site .pressroom .press-release table.pricing-table th:nth-child(2), .pb-site .pressroom .press-release table.pricing-table th:nth-child(3), .pb-site .pressroom .press-release table.pricing-table th:nth-child(4) {
  text-align: center;
}
.pb-site .pressroom .press-release .categories li {
  background: url(/portraitprobody/img/housestyle/arrow-right-grey.png) no-repeat 0 17px;
  border-bottom: 1px dotted #ced8df;
  list-style: none;
  margin: 0;
}
.pb-site .pressroom .press-release .categories a {
  color: #868686;
  display: block;
  padding: 5px 0 5px 15px;
}
.pb-site .pressroom ul {
  -webkit-padding-start: 1rem;
  padding-left: 1rem;
}
.pb-site .pressroom ul li {
  padding: 0.5rem;
}
.pb-site .pressroom .sidebar {
  vertical-align: top;
}
.pb-site .pressroom .sidebar .widget-title {
  color: #414141;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.pb-site .pressroom .sidebar .widget {
  margin: 0 0 50px;
}
.pb-site .pressroom .single-image, .pb-site .pressroom .image-gallery, .pb-site .pressroom .iframe {
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.pb-site .updates-page .associated-text {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
  color: #96a1b2;
}
.pb-site .updates-page p {
  color: #96a1b2;
}
.pb-site #back-to-top {
  background-color: rgba(232, 173, 99, 0.7);
}
.pb-site .touch-device #back-to-top:hover {
  background-color: rgba(232, 173, 99, 0.7);
}
.pb-site .not-ie #footer:before {
  background: #fff;
  content: "";
  left: 50%;
  display: block;
  height: 15px;
  margin: 0 0 0 -7.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  width: 15px;
  display: none;
}
.pb-site x:-o-prefocus {
  display: none;
}
.pb-site .tablet-btns {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .pb-site .tablet-btns {
    display: none !important;
  }
}
.pb-site .tablet-btns.mobile-nav-buttons {
  width: 100%;
}
.pb-site .tablet-btns.mobile-nav-buttons li {
  width: 50%;
  float: left;
}
.pb-site .tablet-btns li {
  list-style: none;
  padding: 0;
}
.pb-site .tablet-btns li a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
  transition: background 0.2s;
}
.pb-site .header-banner .btn-header.buy-btn img {
  position: absolute;
  top: -9px;
  right: 0;
  z-index: 1001;
}
@media screen and (max-width: 1079px) {
  .pb-site .header-banner .btn-header.buy-btn img {
    width: 50px;
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .pb-site .header-banner .btn-header.buy-btn img {
    right: 5%;
  }
}
@media screen and (max-width: 475px) {
  .pb-site .header-banner .btn-header.buy-btn img {
    display: none;
  }
}
.pb-site .thumbnail-container {
  position: relative;
  display: inline-block;
}
.pb-site .thumbnail-container .thumbnail-img-container {
  position: relative;
}
.pb-site .thumbnail-container .thumbnail-img-container > img {
  width: 100%;
}
@media (max-width: 425px) {
  .pb-site .thumbnail-container {
    margin: 0px auto;
    width: 100%;
  }
}
.pb-site .thumbnail-container .thumbnail-caption {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.pb-site .thumbnail-info {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}
.pb-site .thumbnail-info p {
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 24px;
  margin: 5px 0 10px !important;
  font-size: 14px;
}
.pb-site .video-container {
  position: fixed;
  top: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: verdana;
  font-size: 14px;
  color: #222;
  z-index: 1300;
}
.pb-site .video-container #vimeo_player {
  max-height: calc(100vh - 140px);
}
.pb-site .video-container .close {
  position: absolute;
  right: 4px;
  top: 0px;
}
.pb-site .video_button .st0 {
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}
.pb-site .video_button:hover {
  cursor: pointer;
}
.pb-site .video_button:hover .st0 {
  fill: #da8316 !important;
}
.pb-site a.button {
  background: #da8316;
  border-radius: 4px;
  color: #fff;
}
.pb-site a.button:hover {
  color: #fff;
  background: #d69442;
  text-decoration: none !important;
}
.pb-site a.big {
  padding: 7px 10px;
}
.pb-site a.small {
  padding: 5px 7px;
  font-size: 14px;
}
.pb-site span.negative:before {
  content: "-";
  padding-right: 2px;
  margin-left: -7px;
}
.pb-site form#enter-name {
  margin-bottom: 50px;
}
.pb-site label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px;
}
.pb-site input#activate-btn {
  color: #fff;
  background-color: #da8316;
  border: none !important;
}
.pb-site input#activate-btn:hover {
  background-color: #d69442;
}
.pb-site form[name=adminForm] tr {
  height: 35px;
}
.pb-site form[name=adminForm] td:first-child {
  padding-right: 25px;
}
.pb-site form[name=adminForm] input[type=submit] {
  color: #fff;
  background: #da8316;
  border: none !important;
  font-size: 15px;
}
.pb-site form[name=adminForm] input[type=submit]:hover {
  background: #00877E;
}
.pb-site form[name=vat-form] input[type=submit] {
  color: #fff;
  background: #da8316;
  border: none !important;
  padding: 3px 12px;
}
.pb-site form[name=vat-form] input[type=submit]:hover {
  background: #00877E;
}
.pb-site .dropcap {
  background: #eaeaea;
  color: #777;
  display: inline-block;
  float: left;
  font-size: 23px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 36px;
}
.pb-site .faq_a table {
  margin-bottom: 30px;
}
.pb-site td.faq_lower {
  width: 75%;
  float: left;
}
.pb-site table.tickets {
  border-color: transparent;
}
.pb-site table.tickets td {
  background-color: white;
  padding: 2px;
}

.pp-site {
  /* --------------------------------------- */
  /*               Housestyle                */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /*             Overall Styling             */
  /* --------------------------------------- */
  /* --------------------------------------- */
  /*                  Popin                  */
  /* --------------------------------------- */
  /* No Coupon Popin */
  /* Coupon Popin */
  /* Buy page popin */
  /* Buy popin B styling */
  /* Buy popin C styling */
  /* Buy upgrade popin styling */
  /* Payment Processing Overlay Popin */
  /**   Upgrade page   **/
  /**     download page     **/
  /**    New in V21     **/
  /**    New in V21     **/
  /**    New in V23     **/
  /**  special deals  **/
  /**   tutorials   **/
  /**   gallery page   **/
  /**     contact     **/
  /**    editions    **/
  /** photo editing software **/
  /** licenses **/
  /**  about us  **/
  /**  pressroom  **/
}
.pp-site #sidebar .button {
  display: block;
  text-align: center;
  border-radius: 0px;
  margin: 8px 0;
  padding: 5px;
  color: #fff;
}
.pp-site .btn-default {
  color: #fff;
  background-color: #46b0d6;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.pp-site .btn-default:hover {
  background-color: #3292b5;
}
.pp-site .dark-form-control {
  color: #96a1b2;
  background-color: #222831;
  border: 1px solid #96a1b2;
  width: 260px;
  height: 40px;
  font-size: 15px;
}
.pp-site input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  background-color: #46b0d6;
  padding: 6px 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.pp-site input[type=submit]:hover, .pp-site input[type=submit]:active {
  color: #fff;
  background-color: #3292b5;
  text-decoration: none;
}
.pp-site #footer a:hover {
  color: #46b0d6;
}
.pp-site #footer-bottom a:hover {
  color: #46b0d6;
}
.pp-site #languages img {
  margin: 0 3px;
}
.pp-site .page-menu {
  position: sticky;
  top: 57px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
.pp-site .page-menu p {
  font-size: 0.93em;
}
.pp-site .page-menu p a {
  transition: color 0.2s;
}
@media screen and (max-width: 1079px) {
  .pp-site .page-menu {
    top: 61px;
  }
}
@media screen and (max-width: 767px) {
  .pp-site .page-menu {
    display: none;
  }
}
.pp-site .fixed-link {
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 1390px) {
  .pp-site .fixed-link {
    top: -120px;
  }
}
.pp-site .navbar.navbar-dark .navbar-nav > li.active {
  border-bottom-color: #46b0d6;
}
.pp-site div#popinoverlay, .pp-site .popinoverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #000000;
  z-index: 1100;
}
.pp-site div.popinclose {
  float: right;
}
.pp-site div.popinclose a {
  color: #111;
  font-weight: 800;
  font-size: 1.215em;
}
.pp-site div.popinclose a:hover {
  color: #111;
  text-decoration: none;
}
.pp-site img.ncpopinlogo {
  width: 240px;
  margin: 20px 0px 0px 100px;
}
.pp-site .ncpopinclose img {
  margin: 0 5px;
}
.pp-site a.ncpopinbuy {
  margin: 0 auto;
  padding: 10px 20px;
  width: 150px;
  background-color: #46B0D6;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}
.pp-site div.buybtn {
  text-align: center;
  margin-top: 20px;
}
.pp-site img.popinlogo {
  width: 240px;
  margin: 20px 0px 20px 100px;
}
.pp-site div#popin1 {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 1120;
}
.pp-site div.popin2 {
  position: relative;
  width: 450px;
  left: -50%;
  padding-bottom: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 1em;
  box-shadow: 0px 0px 10px 3px #333;
  color: #222;
}
.pp-site div.popinhdr {
  padding: 20px 0;
}
.pp-site .popinclose img {
  margin: 0 10px 0 0;
}
.pp-site div.popinimage {
  border-top: 4px solid #49ADD3;
  margin: 2px 0 6px 0;
}
.pp-site div.popintextcontainer {
  text-align: center;
  padding: 6px 0;
}
.pp-site p.popintext {
  margin: auto;
  padding: 2px 0px;
}
.pp-site p.popintext.promenant {
  font-size: 1.35em;
}
.pp-site p.popintext.note {
  padding: 15px 60px;
}
.pp-site p.popintextbuy {
  margin: 0 0 10px 0;
  padding: 20px 20px;
}
.pp-site p.popinbig {
  margin: auto;
  padding: 0px;
  font-size: 1.9em;
  font-weight: 600;
  color: #49ADD3;
}
.pp-site p.popin-high-text {
  margin: auto;
  padding: 0px;
  font-size: 2em;
  font-weight: bold;
  color: #49ADD3;
}
.pp-site p.popinvbig {
  margin: auto;
  padding: 0px;
  font-size: 2.5em;
  font-weight: bold;
  color: #49ADD3;
}
.pp-site div.popinbuy a {
  color: #fff;
  text-decoration: none;
}
.pp-site div.popinbuy a:link {
  color: #fff;
  text-decoration: none;
}
.pp-site div.popinbuy a:visited {
  color: #fff;
  text-decoration: none;
}
.pp-site div.popinbuy a:active {
  color: #fff;
  text-decoration: underline;
}
.pp-site div.popinbuy a:hover {
  color: #fff;
  text-decoration: underline;
}
.pp-site div.popincode1 {
  margin: 10px 0 20px 0;
}
.pp-site div.popincode2 {
  margin: 0 auto;
  padding: 2px 26px;
  display: inline-block;
  color: #46B0D6;
  font-size: 2.5em;
  font-weight: bold;
  border: 3px solid #46B0D6;
}
.pp-site a.popinbuy {
  margin: 0 auto;
  padding: 10px 20px;
  width: 150px;
  background-color: #46B0D6;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
}
.pp-site a.popinbuy.space {
  margin: 10px auto;
  width: auto;
  padding: 5px 20px;
  display: inline-block;
}
.pp-site div.popinbuy {
  display: inline-block;
  background: #46b0d6;
  padding: 5px;
}
@media only screen and (max-width: 760px) {
  .pp-site .popin2, .pp-site #popinoverlay, .pp-site #popin1 {
    display: none;
  }
}
.pp-site div#popin-wrapper {
  height: 0;
  width: 100%;
  display: block;
}
.pp-site div.popin-container {
  position: fixed;
  width: 899px;
  left: 50%;
  margin-left: -450px;
  top: 80px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 1em;
  box-shadow: 0px 0px 10px 3px #333;
  color: #222;
  z-index: 1300;
}
.pp-site div.popin-header {
  text-align: center;
}
.pp-site #popin-logo {
  margin: 20px 0 20px 145px;
}
.pp-site div#popin-text-container {
  text-align: center;
  padding: 6px 0;
}
.pp-site .popin-half ul {
  list-style-type: none;
  margin: 25px 0 0 15px;
}
.pp-site .popin-half ul li {
  margin-top: 20px;
}
.pp-site .popin-half ul li p {
  margin: 2px 0px 0px 15px;
  display: inline-block;
  width: 240px;
  font-size: 1.4em;
  height: 50px;
  color: #444;
  vertical-align: top;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.pp-site .popin-check-box {
  margin-bottom: 0px;
}
.pp-site .popin-close {
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  width: 110px;
  font-weight: 300;
  float: right;
  margin: 5px 8px;
  color: #888;
  font-size: 1.3em;
  display: block;
  height: 24px;
  text-align: right;
}
.pp-site .popin-close:hover {
  color: #888 !important;
}
.pp-site .popin-close b:hover {
  color: #888 !important;
  text-decoration: none;
}
.pp-site .popin-close b {
  color: #888;
}
.pp-site #popin-img {
  border-top: 5px solid #46B0D6;
}
.pp-site .popin-half {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  height: 150px;
  position: relative;
}
.pp-site .popin-button {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 40px;
  padding: 16px 0px;
  width: 340px;
  font-weight: 600;
  line-height: 35px;
  font-size: 2em !important;
  text-align: center;
}
.pp-site .popin-container .curved {
  border-top-left-radius: 5px;
}
.pp-site div.popin-container2 {
  position: absolute;
  width: 801px;
  top: 80px;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 1em;
  box-shadow: 0px 0px 10px 3px #333;
  color: #222;
  z-index: 1130;
  left: 50%;
  transform: translateX(-50%);
}
.pp-site #violator-img {
  position: absolute;
  top: 160px;
  left: 95px;
}
.pp-site img#popin-table {
  display: block;
  margin: 30px auto;
  position: relative;
}
.pp-site img#popin-buy-max {
  position: absolute;
  right: 139px;
  bottom: 19px;
}
.pp-site img#popin-buy {
  position: absolute;
  bottom: 19px;
  right: 305px;
}
.pp-site img#popin-buy-max_ab {
  position: absolute;
  right: 135px;
  bottom: 19px;
}
.pp-site img#popin-buy_ab {
  position: absolute;
  bottom: 19px;
  right: 302px;
}
.pp-site div#popin-bottom {
  position: relative;
}
.pp-site div.popin-container3 {
  position: fixed;
  width: 950px;
  left: 50%;
  margin-left: -450px;
  top: 80px;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 1em;
  box-shadow: 0px 0px 10px 3px #333;
  color: #222;
  z-index: 1300;
}
.pp-site .popin-header3 {
  height: 40px;
  border-bottom: 5px solid #47afd2;
}
.pp-site .popin-big-price {
  font-size: 2.85em;
  color: white;
  position: absolute;
  display: block;
  font-weight: 600;
}
.pp-site .popin-small-price {
  font-size: 1.57em;
  position: absolute;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.pp-site img#violator-img3 {
  position: absolute;
  z-index: 300;
  top: 15px;
  left: 15px;
}
.pp-site img#popin-table3 {
  margin: 75px auto;
  display: block;
}
.pp-site img#popin-buy3 {
  position: absolute;
  left: 105px;
  bottom: 47px;
}
.pp-site img#popin-buy-studio3 {
  position: absolute;
  bottom: 23px;
  left: 365px;
}
.pp-site img#popin-buy-max3 {
  position: absolute;
  right: 106px;
  bottom: 47px;
}
.pp-site span#bp-std {
  top: 88px;
  left: 131px;
}
.pp-site span#bp-max {
  top: 88px;
  right: 120px;
}
.pp-site span#bp-studio {
  top: 68px;
  left: 395px;
}
.pp-site span#sp-std {
  top: 170px;
  left: 119px;
  color: #47afd2;
}
.pp-site span#sp-studio {
  color: #2b8ba5;
  top: 150px;
  left: 383px;
}
.pp-site span#sp-max {
  color: #3a4b85;
  top: 170px;
  right: 121px;
}
.pp-site div.popin-container4 {
  position: absolute;
  left: 50%;
  margin-left: -450px;
  top: 80px;
  border-radius: 5px;
  background-color: #2c323c;
  font-family: verdana;
  font-size: 1em;
  box-shadow: 0px 0px 10px 3px #333;
  color: #222;
  z-index: 1300;
}
.pp-site #popin-header-img {
  border: none;
}
.pp-site div#popin-upgrade-bottom {
  padding: 40px 0;
  text-align: center;
}
.pp-site div#popin-upgrade-bottom p {
  color: #a0a0a0;
  text-align: center;
}
.pp-site img#popin-upgrade-max {
  position: absolute;
  right: 100px;
  bottom: 0px;
}
.pp-site img#popin-upgrade {
  position: absolute;
  right: 270px;
  bottom: 0px;
}
.pp-site div#procpayoverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #000000;
  z-index: 1100;
}
.pp-site .procpay2 {
  position: relative;
  left: -50%;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 1em;
  box-shadow: 0px 0px 10px 3px #333;
  color: #585858;
}
.pp-site div#procpay {
  position: fixed;
  top: 22%;
  left: 50%;
  z-index: 1200;
}
.pp-site p.procpaytext {
  margin-bottom: 0;
}
.pp-site img.loading-gif {
  margin: 20px 0 10px;
}
.pp-site .procpaycontainter {
  text-align: center;
}
.pp-site .popin-container.multibuy {
  width: 300px;
  margin-left: -150px;
  padding: 0 40px 20px 40px;
  top: 17%;
}
.pp-site .popin-container.multibuy .popin-close {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  margin: 5px;
  line-height: 20px;
  font-weight: 600;
  color: #2d333d !important;
}
.pp-site .popin-container.multibuy #popin-bottom {
  position: relative;
}
.pp-site .popin-container.multibuy #popin-bottom > table {
  margin-top: 35px;
  margin-bottom: 30px;
  width: 100%;
}
.pp-site .popin-container.multibuy #popin-bottom > table tr > th {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 4px 4px;
}
.pp-site .popin-container.multibuy #popin-bottom > table tr > th:first-child {
  border-right: 1px solid #ccc;
}
.pp-site .popin-container.multibuy #popin-bottom > table tr > td {
  padding: 2px 4px;
  text-align: center;
}
.pp-site .popin-container.multibuy #popin-bottom > table tr > td:first-child {
  border-right: 1px solid #ccc;
}
.pp-site .popin-container.multibuy #popin-bottom #quantity-form {
  text-align: center;
  color: #a2a2a2;
}
.pp-site .popin-container.multibuy #popin-bottom #quantity-form label {
  display: inline-block;
}
.pp-site .popin-container.multibuy #popin-bottom #quantity-form input[type=number] {
  width: 60px;
  height: 33px;
  margin: 0 5px;
  box-sizing: border-box;
}
.pp-site .modal .buy-btn {
  display: inline-block;
}
.pp-site .modal#new-in-v18-modal .modal-header {
  border-bottom: none;
}
.pp-site .modal#new-in-v18-modal .modal-body {
  padding: 0px;
}
.pp-site .modal#new-in-v18-modal .modal-body h1 {
  line-height: 1.4em;
}
@media (max-width: 480px) {
  .pp-site .modal#new-in-v18-modal .modal-body br {
    display: none;
  }
}
.pp-site .modal#new-in-v18-modal .modal-body .buy-btn {
  padding: 8px 70px;
  font-weight: 600;
  font-size: 1.5em;
}
.pp-site .modal#confidence-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}
.pp-site .modal#confidence-modal .modal-body {
  padding: 0px;
}
.pp-site .modal#confidence-modal .modal-body .confidence-blue-bar {
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.pp-site .modal#confidence-modal .modal-body .confidence-blue-bar .background {
  height: 220px;
  width: 120%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-2deg);
  left: 50%;
  top: 50%;
  background: #46abd7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #46abd7 0%, #0980d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #46abd7 0%, #0980d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#46abd7", endColorstr="#0980d7",GradientType=1 );
  /* IE6-9 */
}
.pp-site .modal#confidence-modal .modal-body .confidence-blue-bar h1 {
  top: 50%;
  text-align: center;
  text-shadow: 1px 1px 1px #0572c2;
  z-index: 2;
  font-size: 3.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 1079px) {
  .pp-site .modal#confidence-modal .modal-body .confidence-blue-bar h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .pp-site .modal#confidence-modal .modal-body .confidence-blue-bar h1 {
    font-size: 2.5em;
  }
}
.pp-site .modal#confidence-modal .modal-body h3 {
  line-height: 1.4em;
}
.pp-site .modal#confidence-modal .buy-btn {
  padding: 8px 70px;
  font-weight: 600;
  font-size: 1.5em;
}
.pp-site .modal#buy-page-modal .modal-content {
  border: none;
}
.pp-site .modal#buy-page-modal .modal-content .modal-header {
  border-color: #46b0d6;
  border-bottom-width: 5px;
}
.pp-site .modal#buy-page-modal .modal-content .modal-header img {
  width: 30%;
}
.pp-site .modal#buy-page-modal .modal-content .modal-body {
  padding: 0px;
}
.pp-site .modal#buy-page-modal .modal-content .modal-body .buy-btn {
  padding: 5px 0;
  display: block;
}
.pp-site .upgrade-banner {
  background: #53c0f7;
  background: linear-gradient(180deg, #53c0f7 0%, #3b70ce 60%);
}
.pp-site .homepage-v2 #sticky-nav {
  position: sticky;
  top: 62px;
  z-index: 1090;
}
@media (max-width: 575.98px) {
  .pp-site .homepage-v2 #sticky-nav {
    top: 46px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .violator-wrapper {
    text-align: center;
  }
}
.pp-site .homepage-v2 .header-banner .banner-overlay h1 {
  text-shadow: none;
  font-size: 4rem;
  letter-spacing: 6px;
}
@media (max-width: 1399.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 450px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1000px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .violator-wrapper img {
    max-width: 440px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .violator-wrapper img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay h6 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1700px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .btn-header {
    padding: 5px 38px;
  }
}
@media only screen and (min-width: 900px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .product-icons {
    padding: 0.5rem;
  }
}
.pp-site .homepage-v2 .header-banner .banner-overlay .product-icons img {
  max-width: 95px;
}
@media only screen and (max-width: 1250px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .product-icons img {
    max-width: 58px;
  }
}
@media only screen and (max-width: 1320px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay {
    width: 50%;
    left: 66%;
  }
}
@media only screen and (max-width: 1250px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay {
    width: 62%;
  }
}
.pp-site .homepage-v2 .header-banner .banner-overlay .launch-offer {
  display: block;
  position: absolute;
  background: black;
  font-size: 0.65em;
  padding: 0em 0.7em;
  text-transform: uppercase;
  top: 0;
  right: -12px;
  transform: translateY(-75%);
  font-weight: 100;
  color: #f4c82e;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .launch-offer {
    top: 100%;
    right: 10px;
    transform: translateY(-35%);
  }
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .launch-offer {
    font-size: 0.6em;
  }
}
.pp-site .homepage-v2 .header-banner .banner-overlay .launch-offer:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 0px;
  width: 0px;
  top: 100%;
  border-left: 12px solid #f4c82e;
  right: 0px;
  border-bottom: 10px solid transparent;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .launch-offer:after {
    top: unset;
    bottom: 0px;
    left: -12px;
    border-left: none;
    border-right: 12px solid #f4c82e;
    border-bottom: 11px solid transparent;
  }
}
@media (max-width: 767.98px) {
  .pp-site .homepage-v2 .header-banner .banner-overlay .launch-offer:after {
    border-bottom: 10px solid transparent;
  }
}
.pp-site .homepage-v2 .page-menu {
  position: sticky;
  top: 56.5px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
.pp-site .homepage-v2 .page-menu .top-link a {
  display: inline-block;
  transition: color 0.3s;
  color: #fff;
}
.pp-site .homepage-v2 .page-menu .top-link a:hover {
  color: #b3b3b3;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .page-menu {
    display: none;
  }
}
.pp-site .homepage-v2 p,
.pp-site .homepage-v2 ul li {
  color: black;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.pp-site .homepage-v2 h2 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 2rem;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 h2,
.pp-site .homepage-v2 h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.pp-site .homepage-v2 .btn {
  padding: 0.2rem 2rem;
  box-shadow: 0px 3px 7px 0px #bbbbbb;
}
.pp-site .homepage-v2 .before-after-widget {
  width: fit-content;
}
.pp-site .homepage-v2 .caption span {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pp-site .homepage-v2 .scale-up {
  transform: scale(1.3);
}
.pp-site .homepage-v2 .features {
  background: #4ba8cf;
  background: linear-gradient(315deg, #4ba8cf 0%, #3a6fc1 75%);
}
.pp-site .homepage-v2 .features p {
  color: white;
}
.pp-site .homepage-v2 .awards {
  background: #e1487a;
  background: linear-gradient(315deg, #f47780 0%, #e1487a 75%);
}
.pp-site .homepage-v2 .raw-processing {
  background: #3a6fc1;
}
.pp-site .homepage-v2 .raw-processing p,
.pp-site .homepage-v2 .raw-processing ul li {
  color: white;
}
.pp-site .homepage-v2 .smart-filter-image-wrapper {
  position: relative;
}
.pp-site .homepage-v2 .smart-filter-image-wrapper #filters-menu-image {
  position: absolute;
  height: 65%;
  left: -15px;
  bottom: -15px;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v2 .smart-filter-image-wrapper #filters-menu-image {
    height: 80%;
    left: -10px;
    top: 4%;
  }
}
.pp-site .homepage-v23 #sticky-nav {
  position: sticky;
  top: 62px;
  z-index: 1090;
}
@media (max-width: 575.98px) {
  .pp-site .homepage-v23 #sticky-nav {
    top: 46px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 .violator-wrapper {
    text-align: center;
  }
}
.pp-site .homepage-v23 .header-banner .banner-overlay {
  left: 0%;
  transform: translateX(0);
  width: 50%;
}
.pp-site .homepage-v23 .header-banner .banner-overlay h1 {
  text-shadow: none;
  font-size: 4rem;
  letter-spacing: 6px;
}
@media (max-width: 1399.98px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 450px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1000px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay .violator-wrapper img {
    max-width: 440px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay .violator-wrapper img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay h6 {
    font-size: 0.9rem;
  }
}
.pp-site .homepage-v23 .header-banner .banner-overlay .btn-header {
  margin-top: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay .btn-header {
    padding: 5px 38px;
  }
}
@media only screen and (min-width: 900px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay .product-icons {
    padding: 0.5rem;
  }
}
.pp-site .homepage-v23 .header-banner .banner-overlay .product-icons img {
  max-width: 95px;
}
@media only screen and (max-width: 1250px) {
  .pp-site .homepage-v23 .header-banner .banner-overlay .product-icons img {
    max-width: 58px;
  }
}
.pp-site .homepage-v23 .header-banner .banner-overlay p {
  color: white;
}
.pp-site .homepage-v23 .launch-offer {
  display: block;
  position: absolute;
  background: black;
  font-size: 0.85rem;
  padding: 0rem 0.7rem;
  text-transform: uppercase;
  top: 0;
  right: 0px;
  transform: translateY(-75%);
  font-weight: 100;
  color: #d4b272;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 .launch-offer {
    top: 100%;
    right: 10px;
    transform: translateY(-35%);
  }
}
@media (max-width: 767.98px) {
  .pp-site .homepage-v23 .launch-offer {
    font-size: 0.75rem;
  }
}
.pp-site .homepage-v23 .page-menu {
  position: sticky;
  top: 56.5px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
.pp-site .homepage-v23 .page-menu .top-link a {
  display: inline-block;
  transition: color 0.3s;
  color: #fff;
}
.pp-site .homepage-v23 .page-menu .top-link a:hover {
  color: #b3b3b3;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 .page-menu {
    display: none;
  }
}
.pp-site .homepage-v23 p,
.pp-site .homepage-v23 ul li {
  color: black;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.pp-site .homepage-v23 h2 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 2rem;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 h2,
.pp-site .homepage-v23 h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.pp-site .homepage-v23 .btn {
  padding: 0.2rem 2rem;
  box-shadow: 0px 4px 8px -4px #333;
}
.pp-site .homepage-v23 .before-after-widget {
  width: fit-content;
  margin: auto;
}
.pp-site .homepage-v23 .caption span {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pp-site .homepage-v23 .scale-up {
  transform: scale(1.3);
}
.pp-site .homepage-v23 .features {
  background: #4ba8cf;
  background: linear-gradient(315deg, #4ba8cf 0%, #3a6fc1 75%);
}
.pp-site .homepage-v23 .features p,
.pp-site .homepage-v23 .features ul li {
  color: white;
}
.pp-site .homepage-v23 .fixed-height-banner-550 {
  min-height: 550px;
}
.pp-site .homepage-v23 .new-tools .new-tools-wrapper {
  position: relative;
}
.pp-site .homepage-v23 .new-tools .new-tools-wrapper img,
.pp-site .homepage-v23 .new-tools .new-tools-wrapper video {
  width: 80%;
  margin-left: auto;
  display: block;
}
.pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info {
  display: block;
  width: 40%;
  padding: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info h3,
.pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info p {
  color: white;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 .new-tools .new-tools-wrapper {
    display: flex;
    flex-direction: column;
  }
  .pp-site .homepage-v23 .new-tools .new-tools-wrapper img {
    width: 100%;
  }
  .pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info {
    width: 100%;
    order: 2;
    position: unset;
    top: 0%;
    transform: translateY(0%);
  }
  .pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info h3 {
    text-align: center;
  }
  .pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info p {
    display: none;
  }
  .pp-site .homepage-v23 .new-tools .new-tools-wrapper .new-tools-info .btn {
    padding: 0.2rem 0;
    width: 100%;
  }
}
.pp-site .homepage-v23 .swiper-pagination {
  bottom: -10px;
  transform: translateY(-100%);
  display: flex;
}
.pp-site .homepage-v23 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  flex: 1;
  border-radius: 0;
  height: 6px;
}
.pp-site .homepage-v23 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a99e;
}
.pp-site .homepage-v23 .awards {
  background: #3b70ce;
  background: linear-gradient(315deg, #53c0f7 0%, #3b70ce 80%);
}
.pp-site .homepage-v23 .ai-face-detection {
  min-height: 400px;
  position: relative;
}
.pp-site .homepage-v23 .ai-face-detection .row {
  padding: 7rem 0;
}
.pp-site .homepage-v23 .ai-face-detection .row h2 {
  margin-top: 0px;
}
.pp-site .homepage-v23 .ai-face-detection .row p {
  color: #fff;
}
.pp-site .homepage-v23 .ai-face-detection img {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
}
.pp-site .homepage-v23 .raw-processing {
  background: #3a6fc1;
}
.pp-site .homepage-v23 .raw-processing p,
.pp-site .homepage-v23 .raw-processing ul li {
  color: white;
}
.pp-site .homepage-v23 .smart-filter-image-wrapper {
  position: relative;
}
.pp-site .homepage-v23 .smart-filter-image-wrapper #filters-menu-image {
  position: absolute;
  height: 65%;
  left: -15px;
  bottom: -15px;
}
@media (max-width: 1079.98px) {
  .pp-site .homepage-v23 .smart-filter-image-wrapper #filters-menu-image {
    height: 80%;
    left: -10px;
    top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .pp-site .upgrade-page #new-version-out .new-features {
    padding: 10% 10% 0 10%;
  }
}
.pp-site .upgrade-page #free-gift-banner {
  background-color: #0b1016;
}
.pp-site .upgrade-page #free-gift-banner .software-icon {
  text-align: center;
}
.pp-site .upgrade-page #free-gift-banner .software-icon img {
  max-width: 80px;
}
.pp-site .upgrade-page .btn {
  box-shadow: 0px 4px 4px -3px #565656;
}
.pp-site .upgrade-page #activation-token .activation-token__title {
  color: #3b70ce;
  font-weight: bold;
  font-size: 24px;
}
.pp-site .upgrade-page #activation-token input {
  width: 30%;
  background: #dce4e5;
  color: #96a1b2;
  border: unset;
}
@media only screen and (max-width: 767px) {
  .pp-site .upgrade-page #activation-token input {
    width: 80%;
  }
}
.pp-site .upgrade-page #activation-token input[type=submit] {
  background: #3b70ce;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 3px 20px;
  text-transform: none;
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pp-site .upgrade-page #activation-token input[type=submit] {
    width: 60%;
  }
}
.pp-site .upgrade-page .different-upgrade-section {
  background-color: white;
}
.pp-site .upgrade-page .different-upgrade-section #different-upgrade .different-upgrade__title {
  font-size: 24px;
  font-weight: bold;
}
.pp-site .upgrade-page .different-upgrade-section #different-upgrade p b {
  font-weight: bold;
}
.pp-site .upgrade-page .activation-token {
  background-color: #f5f5f5;
}
.pp-site .upgrade-page .upgrade-tables .table-button,
.pp-site .upgrade-page .upgrade-tables .table-heading {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}
.pp-site .upgrade-page .upgrade-tables .table-heading {
  border-bottom: 1px solid;
  color: #96a1b2;
}
.pp-site .upgrade-page .upgrade-tables .btn.is-blue {
  background-color: #3b70ce;
}
.pp-site .upgrade-page .upgrade-tables .btn.is-light-blue {
  background-color: #53c0f7;
}
.pp-site .upgrade-page .upgrade-tables .btn.is-pink {
  background-color: #c8497a;
}
.pp-site .upgrade-page #earlier-version,
.pp-site .upgrade-page #v18 {
  display: none;
}
.pp-site .upgrade-page #earlier-button:focus,
.pp-site .upgrade-page #v18-button:focus {
  background: #8690a0;
  color: #fff;
}
.pp-site .download-page input, .pp-site .download-page select {
  font-size: 14px;
}
.pp-site .download-page .secure-dl {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  font-size: 28px !important;
  color: #46b0d6;
  margin: 0;
}
.pp-site .download-page .sec-dl-container {
  margin: 15px auto;
}
.pp-site .download-page .thank-you p {
  font-size: 15px;
}
.pp-site .download-page .thank-you h4 {
  font-weight: 600 !important;
}
.pp-site .download-page span.thumb-overlay {
  background: rgba(255, 255, 255, 0.4);
  color: transparent;
  display: block;
  height: 100%;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.pp-site .download-page span.thumb-overlay:hover {
  opacity: 1;
}
.pp-site .download-page span.thumb-overlay:before {
  background: url(/portraitpro/img/misc/zoom-video.png) no-repeat;
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  height: 58px;
  margin: -29px 0 0 -29px;
  left: 50%;
  top: 50%;
  width: 58px;
}
.pp-site .download-page a.tutorial-link {
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.pp-site .new-in-v21-page {
  /*Add some space at the top of each segment so that the page-menu is not covering the segment title */
}
.pp-site .new-in-v21-page #sticky-nav {
  position: sticky;
  top: 62px;
  z-index: 1090;
}
@media (max-width: 575.98px) {
  .pp-site .new-in-v21-page #sticky-nav {
    top: 46px;
  }
}
.pp-site .new-in-v21-page .launch-violator {
  max-width: 720px;
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v21-page .launch-violator {
    max-width: 500px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .violator-wrapper {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .pp-site .new-in-v21-page .btn-header {
    transform: skewX(-8deg);
  }
}
.pp-site .new-in-v21-page .btn-header .launch-offer {
  display: block;
  position: absolute;
  background: black;
  font-size: 0.65em;
  padding: 0em 0.7em;
  text-transform: uppercase;
  top: 0;
  right: -12px;
  transform: translateY(-75%);
  font-weight: 100;
  color: #f4c82e;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .btn-header .launch-offer {
    top: 100%;
    right: 10px;
    transform: translateY(-35%);
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .btn-header .launch-offer {
    font-size: 0.6em;
  }
}
.pp-site .new-in-v21-page .btn-header .launch-offer:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 0px;
  width: 0px;
  top: 100%;
  border-left: 12px solid #f4c82e;
  right: 0px;
  border-bottom: 10px solid transparent;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .btn-header .launch-offer:after {
    top: unset;
    bottom: 0px;
    left: -12px;
    border-left: none;
    border-right: 12px solid #f4c82e;
    border-bottom: 11px solid transparent;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page .btn-header .launch-offer:after {
    border-bottom: 11px solid transparent;
  }
}
.pp-site .new-in-v21-page .header-banner .banner-overlay h1 {
  text-shadow: none;
  font-size: 4rem;
  letter-spacing: 6px;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 450px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .violator-wrapper {
    padding: 2rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .violator-wrapper {
    padding: 1.5rem !important;
  }
}
@media only screen and (max-width: 1000px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .violator-wrapper img {
    max-width: 440px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .violator-wrapper img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay h6 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1700px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .btn-header {
    padding: 5px 38px;
  }
}
@media only screen and (min-width: 900px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .product-icons {
    padding: 0.5rem;
  }
}
.pp-site .new-in-v21-page .header-banner .banner-overlay .product-icons img {
  max-width: 95px;
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay .product-icons img {
    max-width: 58px;
  }
}
@media only screen and (max-width: 1320px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay {
    width: 50%;
    left: 66%;
  }
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v21-page .header-banner .banner-overlay {
    width: 62%;
  }
}
.pp-site .new-in-v21-page .page-menu {
  position: sticky;
  top: 57px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
.pp-site .new-in-v21-page .page-menu .top-link a {
  display: inline-block;
  transition: color 0.3s;
  color: #fff;
}
.pp-site .new-in-v21-page .page-menu .top-link a:hover {
  color: #b3b3b3;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .page-menu {
    display: none;
  }
}
.pp-site .new-in-v21-page h2 {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page h2 {
    font-size: 1.8rem;
    text-align: left !important;
  }
}
.pp-site .new-in-v21-page p {
  color: #000;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page p {
    font-size: 1rem;
    text-align: left !important;
  }
}
.pp-site .new-in-v21-page .lighting-brushes iframe {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v21-page .lighting-brushes iframe {
    height: 575px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .lighting-brushes iframe {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page .lighting-brushes iframe {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .pp-site .new-in-v21-page .lighting-brushes iframe {
    height: 275px;
  }
}
.pp-site .new-in-v21-page .clone-tool .up-close-clone-tool {
  position: absolute;
  width: 33%;
  left: -5%;
  bottom: -12%;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page .clone-tool .up-close-clone-tool {
    left: 0%;
    bottom: 0%;
  }
}
.pp-site .new-in-v21-page .hair-highlights #hair-highlights-slider-image, .pp-site .new-in-v21-page .hair-highlights #hair-highlights-slider-image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.pp-site .new-in-v21-page .hair-highlights .floating-container {
  z-index: 20;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pp-site .new-in-v21-page .hair-highlights .floating-container p {
  color: #fff;
}
.pp-site .new-in-v21-page .hair-highlights .mobile-image-container .slider-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 12;
  width: 100%;
  left: 0;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper {
  display: flex;
  background-color: #222831;
  padding: 10px 25px;
  border-radius: 7px;
  box-shadow: 0 2px 3px 0 #3a3a3a;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range] {
  border: none;
  -webkit-appearance: none;
  background: transparent;
  margin: 10px 0;
  width: 100%;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-moz-focus-outer {
  border: 0;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:focus {
  outline: 0;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:focus::-webkit-slider-runnable-track {
  background: #4f7fd3;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:focus::-ms-fill-lower {
  background: #3b70ce;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:focus::-ms-fill-upper {
  background: #4f7fd3;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #3b70ce;
  border: 0px solid none;
  border-radius: 4px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-webkit-slider-thumb {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 0px solid none;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: default;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  margin-top: -8px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  background: #3b70ce;
  border: 0px solid none;
  border-radius: 4px;
  height: 2px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-moz-range-thumb {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 0px solid none;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: default;
  height: 20px;
  width: 20px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-ms-track {
  cursor: default;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #3064c0;
  border: 0px solid none;
  border-radius: 8px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #3b70ce;
  border: 0px solid none;
  border-radius: 8px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]::-ms-thumb {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 2px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 0px solid none;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: default;
  height: 20px;
  width: 20px;
  margin-top: 1px;
}
.pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:disabled::-webkit-slider-thumb, .pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:disabled::-moz-range-thumb, .pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:disabled::-ms-thumb, .pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:disabled::-webkit-slider-runnable-track, .pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:disabled::-ms-fill-lower, .pp-site .new-in-v21-page .hair-highlights .slider-wrapper [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v21-page .skin-hair-finder .text-center {
    text-align: left !important;
  }
}
.pp-site .new-in-v21-page .colour-copying .color-styles-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pp-site .new-in-v21-page .colour-copying .color-styles-images .caption {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v21-page .colour-copying .color-styles-images .caption {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
.pp-site .new-in-v21-page .colour-copying .color-styles-images .caption > span {
  padding: 0.4em;
}
.pp-site .new-in-v21-page .colour-copying .color-styles-images .caption > span p {
  line-height: 1rem;
  color: #fff;
}
.pp-site .new-in-v21-page .fixed-link {
  position: absolute;
  top: -80px;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v21-page .fixed-link {
    top: -120px;
  }
}
.pp-site .new-in-v22-page {
  /*Add some space at the top of each segment so that the page-menu is not covering the segment title */
}
.pp-site .new-in-v22-page #sticky-nav {
  position: sticky;
  top: 62px;
  z-index: 1090;
}
@media (max-width: 575.98px) {
  .pp-site .new-in-v22-page #sticky-nav {
    top: 46px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .violator-wrapper {
    text-align: center;
  }
}
.pp-site .new-in-v22-page .header-banner .banner-overlay h1 {
  text-shadow: none;
  font-size: 4rem;
  letter-spacing: 6px;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 450px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1000px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .violator-wrapper img {
    max-width: 440px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .violator-wrapper img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay h6 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1700px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .btn-header {
    padding: 5px 38px;
  }
}
@media only screen and (min-width: 900px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .product-icons {
    padding: 0.5rem;
  }
}
.pp-site .new-in-v22-page .header-banner .banner-overlay .product-icons img {
  max-width: 95px;
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .product-icons img {
    max-width: 58px;
  }
}
@media only screen and (max-width: 1320px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay {
    width: 50%;
    left: 66%;
  }
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay {
    width: 62%;
  }
}
.pp-site .new-in-v22-page .header-banner .banner-overlay .launch-offer {
  display: block;
  position: absolute;
  background: black;
  font-size: 0.65em;
  padding: 0em 0.7em;
  text-transform: uppercase;
  top: 0;
  right: -12px;
  transform: translateY(-75%);
  font-weight: 100;
  color: #f4c82e;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .launch-offer {
    top: 100%;
    right: 10px;
    transform: translateY(-35%);
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .launch-offer {
    font-size: 0.6em;
  }
}
.pp-site .new-in-v22-page .header-banner .banner-overlay .launch-offer:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 0px;
  width: 0px;
  top: 100%;
  border-left: 12px solid #f4c82e;
  right: 0px;
  border-bottom: 10px solid transparent;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .launch-offer:after {
    top: unset;
    bottom: 0px;
    left: -12px;
    border-left: none;
    border-right: 12px solid #f4c82e;
    border-bottom: 11px solid transparent;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v22-page .header-banner .banner-overlay .launch-offer:after {
    border-bottom: 11px solid transparent;
  }
}
.pp-site .new-in-v22-page .page-menu {
  position: sticky;
  top: 56.5px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
.pp-site .new-in-v22-page .page-menu .top-link a {
  display: inline-block;
  transition: color 0.3s;
  color: #fff;
}
.pp-site .new-in-v22-page .page-menu .top-link a:hover {
  color: #b3b3b3;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .page-menu {
    display: none;
  }
}
.pp-site .new-in-v22-page h2 {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v22-page h2 {
    font-size: 1.8rem;
    text-align: left !important;
  }
}
.pp-site .new-in-v22-page p {
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v22-page p {
    font-size: 1rem;
    text-align: left !important;
  }
}
.pp-site .new-in-v22-page .body-lighting iframe {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v22-page .body-lighting iframe {
    height: 575px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v22-page .body-lighting iframe {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v22-page .body-lighting iframe {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .pp-site .new-in-v22-page .body-lighting iframe {
    height: 275px;
  }
}
.pp-site .new-in-v22-page .fixed-link {
  position: absolute;
  top: -80px;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v22-page .fixed-link {
    top: -120px;
  }
}
.pp-site .new-in-v23-page {
  /*Add some space at the top of each segment so that the page-menu is not covering the segment title */
}
.pp-site .new-in-v23-page #sticky-nav {
  position: sticky;
  top: 62px;
  z-index: 1090;
}
@media (max-width: 575.98px) {
  .pp-site .new-in-v23-page #sticky-nav {
    top: 46px;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v23-page .violator-wrapper {
    text-align: center;
  }
}
.pp-site .new-in-v23-page .header-banner .banner-overlay {
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
}
.pp-site .new-in-v23-page .header-banner .banner-overlay h1 {
  text-shadow: none;
  font-size: 4rem;
  letter-spacing: 6px;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay h1 {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 450px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay h1 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 870px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay h6 {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1700px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay .btn-header {
    padding: 5px 38px;
  }
}
@media only screen and (min-width: 900px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay .product-icons {
    padding: 0.5rem;
  }
}
.pp-site .new-in-v23-page .header-banner .banner-overlay .product-icons img {
  max-width: 95px;
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay .product-icons img {
    max-width: 58px;
  }
}
@media only screen and (max-width: 1320px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay {
    width: 50%;
    left: 66%;
  }
}
@media only screen and (max-width: 1250px) {
  .pp-site .new-in-v23-page .header-banner .banner-overlay {
    width: 62%;
  }
}
.pp-site .new-in-v23-page .launch-offer {
  display: block;
  position: absolute;
  background: black;
  font-size: 0.85rem;
  padding: 0em 0.7em;
  text-transform: uppercase;
  top: 0;
  right: 0px;
  transform: translateY(-75%);
  font-weight: 100;
  color: #d4b272;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v23-page .launch-offer {
    top: 100%;
    right: 10px;
    transform: translateY(-35%);
  }
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v23-page .launch-offer {
    font-size: 0.75rem;
  }
}
.pp-site .new-in-v23-page .page-menu {
  position: sticky;
  top: 56.5px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
.pp-site .new-in-v23-page .page-menu .top-link a {
  display: inline-block;
  transition: color 0.3s;
  color: #fff;
}
.pp-site .new-in-v23-page .page-menu .top-link a:hover {
  color: #b3b3b3;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v23-page .page-menu {
    display: none;
  }
}
.pp-site .new-in-v23-page h2,
.pp-site .new-in-v23-page p {
  color: black;
}
.pp-site .new-in-v23-page h2 {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v23-page h2 {
    font-size: 1.8rem;
    text-align: left !important;
  }
}
.pp-site .new-in-v23-page p {
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .pp-site .new-in-v23-page p {
    font-size: 1rem;
    text-align: left !important;
  }
}
.pp-site .new-in-v23-page .art-effects .img-slideshow {
  position: relative;
}
.pp-site .new-in-v23-page .backlight-brush .row:first-child {
  order: 2;
}
@media (max-width: 1079.98px) {
  .pp-site .new-in-v23-page .backlight-brush .row:first-child {
    order: 1;
  }
}
.pp-site .new-in-v23-page .face-detection h2,
.pp-site .new-in-v23-page .face-detection p {
  color: white;
}
.pp-site .new-in-v23-page .fixed-link {
  position: absolute;
  top: -80px;
}
@media (max-width: 1399.98px) {
  .pp-site .new-in-v23-page .fixed-link {
    top: -120px;
  }
}
.pp-site .new-in-v23-page #free-gift-banner {
  background-color: #f5f5f5;
}
.pp-site .new-in-v23-page #free-gift-banner .software-icon {
  text-align: center;
}
.pp-site .new-in-v23-page #free-gift-banner .software-icon img {
  max-width: 80px;
}
.pp-site .special-deals-page .mobile-bundle {
  padding: 2rem 0;
}
.pp-site .special-deals-page .mobile-bundle img {
  display: block;
  margin: 0 auto;
}
.pp-site .special-deals-page .mobile-bundle h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.pp-site .special-deals-page .mobile-bundle p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pp-site .special-deals-page .mobile-bundle ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
.pp-site .special-deals-page .mobile-bundle ul li {
  color: #96a1b2;
  font-size: 0.9em;
}
.pp-site .special-deals-page .mobile-bundle .buy-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.2em;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.pp-site .special-deals-page .mobile-bundle .buy-btn:hover {
  color: #fff;
}
.pp-site .special-deals-page .mobile-bundle span.large-price {
  text-align: center;
  display: block;
  font-size: 30px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
}
.pp-site .special-deals-page .mobile-bundle .saving-price {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #de9e4e;
  line-height: 20px;
}
.pp-site .special-deals-page #bundles-container {
  padding-bottom: 100px;
}
.pp-site .special-deals-page #bundles-container .bundle-row {
  display: block;
  width: 1170px;
  height: 350px;
  margin: 40px auto;
  background-color: #1C1C1C;
}
.pp-site .special-deals-page #bundles-container .bundle-row a > *:hover {
  text-decoration: none;
}
.pp-site .special-deals-page #bundles-container .bundle-row img {
  display: inline-block;
  margin-bottom: -6px;
}
.pp-site .special-deals-page #bundles-container .bundle-row h3 {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 0 0 20px 0px;
  font-size: 30px;
  margin: 0px;
}
.pp-site .special-deals-page #bundles-container .bundle-row.tall-row {
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .pp-site .special-deals-page #bundles-container .bundle-row {
    margin-right: 55px;
  }
  .pp-site .special-deals-page #bundles-container .bundle-row:nth-child(2) {
    margin: 30px 0px;
  }
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container {
  width: 515px;
  height: 100%;
  margin: 0 -4px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container {
  height: 100%;
  width: 1030px;
  position: absolute;
  left: 0px;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info {
  width: 515px;
  display: inline-block;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .description-container {
  text-align: center;
  margin-bottom: 55px;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .description-container .description {
  margin: 0;
  display: inline-block;
  width: 340px;
  font-size: 15px;
  padding: 4px;
  font-style: italic;
  color: #adadad;
  border: 1px solid #8e8e8e;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .info-container .more-info {
  float: right;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .info-container .more-info:hover {
  text-decoration: underline;
  cursor: pointer;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .product-info .info-container p {
  color: #8e8e8e;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0 20px;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #141414;
  display: none;
  width: 515px;
  vertical-align: top;
  box-shadow: inset 0px 1px #000, inset 0px -1px #000;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .bundle-back {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
  width: 34px;
  background: #1c1c1c;
  border-right: 1px solid black;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .bundle-back span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(4) scaleX(1.3);
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .bundle-back:hover {
  cursor: pointer;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features {
  display: inline-block;
  height: 100%;
  width: 478px;
  margin-left: -3px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #131313;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  padding: 0 20px;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container ul {
  list-style-type: none;
  margin: -10px 0 0 0;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container ul > li {
  text-indent: -10px;
  color: #fff;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .product-features .features-container ul > li:before {
  content: "-";
  padding-right: 5px;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .video-overview {
  padding: 0 20px;
  margin-top: 20px;
  display: block;
  color: #fbb03b;
}
.pp-site .special-deals-page #bundles-container .bundle-row .center-container .product-info-container .extra-info .video-overview:hover {
  cursor: pointer;
  text-decoration: underline;
}
.pp-site .special-deals-page #bundles-container .bundle-row section.buy-section {
  padding: 0 30px;
  border-left: 1px solid #404040;
  width: 300px;
  vertical-align: top;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.pp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container {
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price {
  padding: 18px 0;
}
.pp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price span.large-price {
  text-align: center;
  display: block;
  font-size: 48px;
  letter-spacing: -2px;
  color: #fff;
  line-height: 50px;
}
.pp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container .price span.saving-price {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #fbb03b;
  line-height: 20px;
  margin-top: 10px;
}
.pp-site .special-deals-page #bundles-container .bundle-row section.buy-section .buy-container a {
  color: #fff;
  display: block;
  width: 180px;
  background-color: #fbb03b;
  text-align: center;
  margin: auto;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: 3px;
}
.pp-site .special-deals-page .video-container {
  background-color: #4b5050;
}
.pp-site .popin-close, .pp-site .popin-close b, .pp-site .popin-close b:hover, .pp-site .popin-close:hover {
  cursor: pointer;
}
.pp-site .tutorial-page p {
  font-size: 1rem;
}
.pp-site .tutorial-page .video-wrapper-mobile {
  margin: 5% 0;
}
.pp-site .tutorial-page .video-wrapper-mobile p {
  text-align: center;
}
.pp-site .tutorial-page .thumbnail-caption {
  color: white;
}
.pp-site .gallery-page .thumb {
  width: 100%;
}
.pp-site .gallery-page .fancybox {
  position: relative;
  height: 100%;
}
.pp-site .gallery-page .expand {
  position: absolute;
  right: 15px;
  top: 24px;
}
.pp-site .contact-page #map iframe {
  max-width: 100%;
}
.pp-site .editions-page .row {
  margin-right: 0;
  margin-left: 0;
}
.pp-site .editions-page .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.pp-site .editions-page .col-md-3plus {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .pp-site .editions-page .col-md-3plus {
    flex: 0 0 27.5%;
    max-width: 27.5%;
  }
}
.pp-site .editions-page h1 {
  text-shadow: 3px 2px 5px #222831;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .pp-site .editions-page h1 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .pp-site .editions-page h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 576px) {
  .pp-site .editions-page h1 {
    font-size: 1.5em;
  }
}
.pp-site .editions-page ul {
  list-style-type: "- ";
}
.pp-site .editions-page ul li {
  font-weight: 400;
}
@media (max-width: 1080px) {
  .pp-site .editions-page ul li {
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  .pp-site .editions-page ul li {
    font-size: 1em;
  }
}
@media (max-width: 576px) {
  .pp-site .editions-page ul li {
    font-size: 0.9em;
  }
}
.pp-site .editions-page .header {
  border-bottom: 1px solid #2c333d;
}
@media (min-width: 768px) {
  .pp-site .editions-page .btn-row .buy-btn {
    position: absolute;
    bottom: -1em;
  }
}
.pp-site .editions-page .buy-btn {
  padding: 0.2em 1.5em;
  font-size: 1.3em;
  font-weight: 600;
  border-radius: 5px;
}
.pp-site .editions-page .buy-btn:hover {
  color: #fff;
}
.pp-site .editions-page .buy-btn.small {
  font-size: 1em;
  padding: 0.5em 0.7em;
  border-radius: 5px;
}
.pp-site .editions-page .price-btn {
  margin-top: -1em;
  border-radius: 10px;
  font-size: 1.5em;
  padding: 0 0.6em;
}
@media (max-width: 1080px) {
  .pp-site .editions-page .price-btn {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .pp-site .editions-page .price-btn {
    font-size: 1.3em;
  }
}
@media (max-width: 576px) {
  .pp-site .editions-page .price-btn {
    font-size: 1em;
  }
}
.pp-site .editions-page .standard .header-section {
  background-color: #00a99e;
  background: -moz-linear-gradient(90deg, #00a99e 0%, #008a81 100%);
  background: -webkit-linear-gradient(90deg, #00a99e 0%, #008a81 100%);
  background: linear-gradient(90deg, #00a99e 0%, #008a81 100%);
}
.pp-site .editions-page .studio .header-section {
  background-color: #96a1b2;
  background: -moz-linear-gradient(90deg, #96a1b2 0%, #8690a0 100%);
  background: -webkit-linear-gradient(90deg, #96a1b2 0%, #8690a0 100%);
  background: linear-gradient(90deg, #96a1b2 0%, #8690a0 100%);
}
.pp-site .editions-page .studio h1 {
  font-size: 3.6em;
}
@media (max-width: 1080px) {
  .pp-site .editions-page .studio h1 {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .pp-site .editions-page .studio h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 576px) {
  .pp-site .editions-page .studio h1 {
    font-size: 2em;
  }
}
.pp-site .editions-page .studiomax .header-section {
  background-color: #ac8e66;
  background: -moz-linear-gradient(90deg, #ac8e66 0%, #937553 100%);
  background: -webkit-linear-gradient(90deg, #ac8e66 0%, #937553 100%);
  background: linear-gradient(90deg, #ac8e66 0%, #937553 100%);
}
.pp-site .editions-page #great-value-violator {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 100;
}
@media (max-width: 576px) {
  .pp-site .editions-page #great-value-violator {
    width: 80px;
    right: 0;
    top: 0;
  }
}
.pp-site .editions-page .extended-pricing-table {
  height: 100%;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
.pp-site .editions-page .extended-pricing-table .column {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}
.pp-site .editions-page .extended-pricing-table .column ul {
  list-style-type: none;
}
@media screen and (min-width: 1080px) {
  .pp-site .editions-page .extended-pricing-table .column .double {
    height: 70px !important;
  }
}
@media screen and (min-width: 1080px) {
  .pp-site .editions-page .extended-pricing-table .column .double span {
    line-height: 54px;
    height: 54px !important;
  }
}
.pp-site .editions-page .extended-pricing-table .column .header {
  color: #fff;
}
.pp-site .editions-page .extended-pricing-table .column .header .price-btn {
  margin-top: 0;
}
.pp-site .editions-page .extended-pricing-table .column .header .title {
  text-shadow: 3px 2px 5px #222831;
  letter-spacing: 0;
}
.pp-site .editions-page .extended-pricing-table .column .features {
  padding: 0;
  list-style: none;
  margin: 0;
}
.pp-site .editions-page .extended-pricing-table .column .features .border-right {
  border-right: 2px solid #8690a0;
}
.pp-site .editions-page .extended-pricing-table .column .features li {
  background: #242831;
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
  padding: 8px 10px;
}
@media screen and (max-width: 1079px) {
  .pp-site .editions-page .extended-pricing-table .column .features li:before {
    color: #7b7b7b;
    content: attr(data-feature) ":" !important;
    display: block;
    font-weight: 600;
    text-align: center;
  }
}
.pp-site .editions-page .extended-pricing-table .column .features li:nth-child(even) {
  background: #2c333d;
}
.pp-site .editions-page .extended-pricing-table .column .features li .check {
  background: url(/img/misc/icon-check.png) no-repeat center;
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 24px;
  transform: translateY(0%);
}
.pp-site .editions-page .extended-pricing-table .column .ed-footer {
  background: #2c333d;
  padding: 16px 20px;
}
.pp-site .editions-page .extended-pricing-table .column .ed-footer .buy-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
}
.pp-site .editions-page .extended-pricing-table .column.features-list {
  text-align: left;
}
@media screen and (max-width: 1079px) {
  .pp-site .editions-page .extended-pricing-table .column.features-list {
    display: none;
  }
}
.pp-site .editions-page .extended-pricing-table .column.features-list .features {
  border-left: none;
}
.pp-site .editions-page .extended-pricing-table .column.features-list .header {
  background: none;
}
.pp-site .editions-page .extended-pricing-table .column.features-list .ed-footer {
  background: none;
}
.pp-site .editions-page .extended-pricing-table .column.studiomax .header {
  background-color: #937553;
}
.pp-site .editions-page .extended-pricing-table .column.studiomax .header .title {
  background-color: #ac8e66;
}
.pp-site .editions-page .extended-pricing-table .column.studio .header {
  background-color: #8690a0;
}
.pp-site .editions-page .extended-pricing-table .column.studio .header .title {
  background-color: #96a1b2;
}
.pp-site .editions-page .extended-pricing-table .column.standard .header {
  background-color: #008a81;
}
.pp-site .editions-page .extended-pricing-table .column.standard .header .title {
  background-color: #00a99e;
}
.pp-site .editions-page .extended-pricing-table .column.featured {
  box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.5);
  z-index: 20;
}
.pp-site .editions-page .extended-pricing-table .column.featured .features li {
  background: #242831;
}
.pp-site .editions-page .extended-pricing-table .column.featured .features li:nth-child(even) {
  background: #2c333d;
}
.pp-site .editions-page .extended-pricing-table .column.featured .ed-footer {
  padding-bottom: 30px;
  border: 1px solid #2c333d;
  border-top: 0;
}
.pp-site .editions-page .extended-pricing-table .header-row .featured {
  z-index: 21;
  clip-path: inset(-6px -6px 0px -6px);
}
.pp-site .photo-editing-software-page a {
  transition: 0.3s color;
}
.pp-site .photo-editing-software-page a:hover {
  color: #fff;
}
.pp-site .photo-editing-software-page .btn-header {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 700;
}
.pp-site .photo-editing-software-page .page-menu {
  position: sticky;
  top: 60px;
  z-index: 1090 !important;
  box-shadow: 0px 1px 4px 0px #111419;
}
@media screen and (max-width: 821px) {
  .pp-site .photo-editing-software-page .page-menu {
    display: none;
  }
}
.pp-site .photo-editing-software-page .fixed-link {
  position: absolute;
  top: -80px;
}
@media screen and (max-width: 1390px) {
  .pp-site .photo-editing-software-page .fixed-link {
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .pp-site .photo-editing-software-page .text {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .pp-site .photo-editing-software-page .video {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .pp-site .licenses-page #new-version-out .new-features {
    padding: 10% 10% 0 10%;
  }
}
.pp-site .licenses-page input[type=submit] {
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 0;
}
.pp-site .licenses-page #free-gift-banner {
  background-color: #0b1016;
}
.pp-site .licenses-page #free-gift-banner .software-icon {
  text-align: center;
}
.pp-site .licenses-page #free-gift-banner .software-icon img {
  max-width: 80px;
}
.pp-site .licenses-page .form-inline {
  display: block;
  padding: 10px 0;
}
.pp-site .licenses-page .form-inline .form-group {
  display: block;
}
.pp-site .licenses-page .form-inline .form-group label {
  display: block;
}
.pp-site .licenses-page .license-download-container {
  display: inline-block;
}
.pp-site .licenses-page .license-download-container .download-btn {
  padding: 5px 3rem;
  color: #fff;
  background: #46b0d6;
  cursor: pointer;
}
.pp-site .licenses-page .license-download-container .download-btn:hover {
  text-decoration: none !important;
}
.pp-site .licenses-page .license-download-container select {
  width: 200px;
}
.pp-site .licenses-page .license-download-container .secure_download {
  display: block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
}
.pp-site .licenses-page .license-download-container .secure_download img {
  width: 40px;
  margin-bottom: 5px;
}
.pp-site .licenses-page .license-download-container .secure_download p {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.pp-site .licenses-page .notice {
  margin-top: 1rem;
  background: #fcf7d9 url(/img/icons/icon-box-notice.png) no-repeat 10px 9px;
  border: 1px solid #f5dc7d;
  border-left-width: 4px;
  color: #c4a21b;
  position: relative;
  padding: 0.75rem 1.25rem;
  padding-left: 45px;
  margin-bottom: 1rem;
  text-align: left;
}
.pp-site .about-us-page .website-links {
  list-style-type: none;
  margin: 40px 0;
}
.pp-site .about-us-page .website-links li {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.pp-site .about-us-page .website-links li a:hover {
  text-decoration: underline;
}
.pp-site .about-us-page .tablet-link-container {
  display: none;
  position: absolute;
  bottom: -15px;
  left: 18px;
}
.pp-site .about-us-page .tablet-link {
  cursor: pointer;
}
.pp-site .about-us-page .tablet-link-container.active {
  display: block;
}
.pp-site .pressroom-page article img {
  margin: 30px 0;
}
.pp-site .pressroom-page article ul li {
  font-weight: bold;
}
.pp-site .pressroom-page article ul li a {
  font-weight: normal;
}
.pp-site .pressroom-page .center-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.pp-site .pressroom-page .video-wrapper iframe {
  max-width: 100%;
}
.pp-site .pressroom-page #older_link {
  float: right;
}
.pp-site .pressroom-page h5, .pp-site .pressroom-page h4 {
  color: #2d333d;
  font-weight: 500;
}
.pp-site .pressroom-page h5.heading, .pp-site .pressroom-page h4.heading {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px;
  background-color: #3b70ce;
  color: #fff;
  margin: 3.5rem 0 1.4rem 0;
}
.pp-site .pressroom-page h5 {
  font-weight: 600;
}
.pp-site .pressroom-page .pricing-table {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.pp-site .pressroom-page .pricing-table .currency {
  background-color: #3b70ce;
  color: white;
}
@media screen and (max-width: 680px) {
  .pp-site .pressroom-page .pricing-table {
    display: none;
  }
}
.pp-site .pressroom-page #sidebar {
  font-size: 0.82em;
}
.pp-site .pressroom-page #sidebar .button {
  font-size: 1.5em;
}
.pp-site .pressroom-page #sidebar .sidebar-title {
  color: #414141;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.pp-site .pressroom-page #sidebar ul {
  -webkit-padding-start: 12px;
}
.pp-site .pressroom-page #sidebar .categories a {
  color: #868686;
  display: block;
  padding: 5px 0;
}
.pp-site .pressroom-page #sidebar .categories a:hover {
  color: #46b0d6;
}
.pp-site .pressroom-page #sidebar .open-video {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.pp-site .pressroom-page #sidebar .zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  cursor: pointer;
}
.pp-site .pressroom-page #sidebar .zoom::before {
  content: "";
  background: url(/img/misc/zoom.png) no-repeat;
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -28px;
}
.pp-site .press-page .awards img {
  float: left;
  margin: 5px;
}
.pp-site .return-page form#enter-name {
  margin-bottom: 50px;
}
.pp-site .return-page .procmain table {
  width: 100% !important;
}
.pp-site .return-page .procmain table table {
  border-style: none !important;
  margin: 40px 0 !important;
}
.pp-site .return-page .procmain table table tr td {
  vertical-align: middle;
}
.pp-site .updates-page .associated-text {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
  color: #96a1b2;
}
.pp-site .updates-page p {
  color: #96a1b2;
}
.pp-site .updates-page #new-version-out h2 {
  color: white;
}
.pp-site .updates-page #free-gift-banner {
  background-color: #0b1016;
}
.pp-site .updates-page #free-gift-banner .software-icon {
  text-align: center;
}
.pp-site .updates-page #free-gift-banner .software-icon img {
  max-width: 80px;
}
@media (min-width: 1400px) {
  .pp-site .affiliate-page .container {
    max-width: 1200px;
  }
}
.pp-site .affiliate-page .container .program-intro {
  max-width: 1000px;
  padding-bottom: 50px;
}
.pp-site .affiliate-page .container .program-intro h1 {
  color: #fff;
  font-size: 2.3em;
}
@media (max-width: 767.98px) {
  .pp-site .affiliate-page .container .program-intro h1 {
    font-size: 2em;
  }
}
.pp-site .affiliate-page .container .program-intro p {
  color: #fff;
  font-size: 1em;
}
@media (max-width: 767.98px) {
  .pp-site .affiliate-page .container .program-intro {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.pp-site .affiliate-page .container .aff-icon {
  max-width: 240px;
}
@media (max-width: 767.98px) {
  .pp-site .affiliate-page .container .aff-icon {
    max-width: 150px;
  }
}
.pp-site .affiliate-page .container .program-question {
  padding-bottom: 50px;
}
.pp-site .affiliate-page .container .program-question h2 {
  color: #fff;
  font-style: italic;
  font-size: 1.6em;
}
@media (max-width: 767.98px) {
  .pp-site .affiliate-page .container .program-question h2 {
    font-size: 1.3em;
    font-weight: bold;
  }
}
.pp-site .affiliate-page .container .program-question p {
  color: #fff;
  font-size: 1em;
}
@media (max-width: 1079.98px) {
  .pp-site .affiliate-page .container .program-question {
    padding-bottom: 30px;
  }
}
.pp-site .affiliate-page .container .program-question .list-dash {
  color: #fff;
  padding-left: 0px;
}
.pp-site .affiliate-page .container .program-question .list-dash li {
  margin-left: 20px;
}
.pp-site .affiliate-page .container .sign-up-cta {
  text-align: center;
}
.pp-site .affiliate-page .container .sign-up-cta h2 {
  color: #fff;
  font-style: italic;
  margin-bottom: 40px;
  font-size: 1.6em;
}
@media (max-width: 767.98px) {
  .pp-site .affiliate-page .container .sign-up-cta h2 {
    font-size: 1.4em;
  }
}
.pp-site .affiliate-page .container .sign-up-cta .btn {
  color: #fff;
  padding: 15px 50px;
}
.pp-site #back-to-top {
  background-color: #46b0d6;
}
.pp-site .touch-device #back-to-top:hover {
  background-color: #3292b5;
}
.pp-site .not-ie #footer:before {
  background: #fff;
  content: "";
  left: 50%;
  display: block;
  height: 15px;
  margin: 0 0 0 -7.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  width: 15px;
  display: none;
}
.pp-site x:-o-prefocus {
  display: none;
}
.pp-site .tablet-btns {
  display: flex;
  -webkit-padding-start: 0;
  padding-left: 0;
}
@media screen and (min-width: 1080px) {
  .pp-site .tablet-btns {
    display: none !important;
  }
}
.pp-site .tablet-btns.mobile-nav-buttons {
  width: 100%;
}
.pp-site .tablet-btns.mobile-nav-buttons li {
  width: 50%;
  float: left;
}
.pp-site .tablet-btns li {
  list-style: none;
  padding: 0;
}
.pp-site .tablet-btns li a {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
  transition: background 0.2s;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .pp-site .header-banner .banner-overlay {
    width: 60%;
  }
}
.pp-site .header-banner .banner-overlay h3 {
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 2px 5px #2f2f2f;
}
.pp-site .thumbnail-container {
  position: relative;
  display: inline-block;
}
.pp-site .thumbnail-container .thumbnail-img-container {
  position: relative;
}
.pp-site .thumbnail-container .thumbnail-img-container > img {
  width: 100%;
}
@media (max-width: 425px) {
  .pp-site .thumbnail-container {
    margin: 0px auto;
    width: 100%;
  }
}
.pp-site .thumbnail-container .thumbnail-info {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}
.pp-site .thumbnail-container .thumbnail-info p {
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 24px;
  margin: 5px 0 10px !important;
  font-size: 14px;
}
.pp-site .thumbnail-container .thumbnail-caption {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.pp-site #is-container {
  margin: 40px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pp-site #is-container > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  .pp-site #is-container > span {
    font-size: 14px;
  }
}
.pp-site #is-container #is-view {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pp-site #is-container #is-view #is-images {
  position: absolute;
  left: 0;
  top: 0;
}
.pp-site #is-container #is-view #is-images img {
  margin: 0px;
  display: inline-block;
}
.pp-site #is-container #is-view .is-img {
  display: inline-block;
  vertical-align: top;
}
.pp-site #is-container #is-view .is-img > span {
  padding: 25px 15px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .pp-site #is-container #is-view .is-img > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .pp-site #is-container #is-view .is-img > span {
    font-size: 12px;
  }
}
.pp-site #is-container #is-view .is-img-container {
  position: relative;
}
.pp-site #is-container #is-view .is-img-container > span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  z-index: 11;
}
.pp-site #is-container #is-view .is-slider-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.pp-site #is-container .is-nav-arrow {
  background-color: #ac8e66;
  transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease, colour 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
  display: inline-block;
  padding: 5px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  box-shadow: 1px 2px 3px #757575;
  position: absolute;
  z-index: 15;
}
.pp-site #is-container .is-nav-arrow.right-arrow {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .pp-site #is-container .is-nav-arrow.right-arrow {
    right: -10px;
  }
}
.pp-site #is-container .is-nav-arrow.left-arrow {
  left: -20px;
}
@media screen and (max-width: 767px) {
  .pp-site #is-container .is-nav-arrow.left-arrow {
    left: -10px;
  }
}
.pp-site #is-container .is-nav-arrow:hover {
  background-color: #937553;
}
.pp-site .video-container {
  position: fixed;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: verdana;
  font-size: 14px;
  color: #222;
  z-index: 1300;
}
.pp-site .video-container #vimeo_player {
  max-height: calc(100vh - 140px);
}
.pp-site .video_button .st0 {
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}
.pp-site .video_button:hover {
  cursor: pointer;
}
.pp-site .video_button:hover .st0 {
  fill: #46b0d6 !important;
}
.pp-site .video-wrapper iframe {
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 1400px) {
  .pp-site .video-wrapper iframe {
    height: 560px;
  }
}
@media screen and (max-width: 1080px) {
  .pp-site .video-wrapper iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pp-site .video-wrapper iframe {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .pp-site .video-wrapper iframe {
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .pp-site .video-wrapper iframe {
    height: 250px;
  }
}
.pp-site a.button {
  background: #46b0d6;
  border-radius: 4px;
  color: #fff;
}
.pp-site a.button:hover {
  color: #fff;
  background: #3292b5;
  text-decoration: none !important;
}
.pp-site a.big {
  padding: 7px 10px;
}
.pp-site a.small {
  padding: 5px 7px;
  font-size: 14px;
}
.pp-site span.negative:before {
  content: "-";
  padding-right: 2px;
  margin-left: -7px;
}
.pp-site form#enter-name {
  margin-bottom: 50px;
}
.pp-site label {
  cursor: pointer;
  display: block;
  margin: 0 0 5px;
}
.pp-site input#activate-btn {
  color: #fff;
  background-color: #46b0d6;
  border: none !important;
}
.pp-site input#activate-btn:hover {
  background-color: #3292b5;
}
.pp-site .activate-page .row {
  margin: 50px 0;
}
.pp-site form[name=adminForm] tr {
  height: 35px;
}
.pp-site form[name=adminForm] td:first-child {
  padding-right: 25px;
}
.pp-site form[name=adminForm] input[type=submit] {
  color: #fff;
  background: #46b0d6;
  border: none !important;
  font-size: 15px;
}
.pp-site form[name=adminForm] input[type=submit]:hover {
  background: #00877E;
}
.pp-site form[name=vat-form] input[type=submit] {
  color: #fff;
  background: #46b0d6;
  border: none !important;
  padding: 3px 12px;
}
.pp-site form[name=vat-form] input[type=submit]:hover {
  background: #00877E;
}
.pp-site .dropcap {
  background: #eaeaea;
  color: #777;
  display: inline-block;
  float: left;
  font-size: 23px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 36px;
}
.pp-site .faq_a table {
  margin-bottom: 30px;
}
.pp-site td.faq_lower {
  width: 75%;
  float: left;
}
.pp-site table.tickets {
  border-color: transparent;
}
.pp-site table.tickets td {
  background-color: white;
  padding: 2px;
}

/*# sourceMappingURL=style.css.map */
